Skip to content

fix: updated yml

fix: updated yml #4

Workflow file for this run

# https://github.com/marketplace/actions/deploy-to-github-pages
name: Deploy React Native Benchmarking Versions
on:
push:
branches:
- feat/generate-report-0.73
permissions:
contents: write
jobs:
deploy-react-native-page:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: |
cd ${{ github.workspace }}/WebpageRevamped
yarn install
yarn run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: .
branch: gh-pages