Skip to content

Merge branch 'feat/generate-report-0.73' of https://github.com/dream-… #28

Merge branch 'feat/generate-report-0.73' of https://github.com/dream-…

Merge branch 'feat/generate-report-0.73' of https://github.com/dream-… #28

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: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Build
working-directory: WebpageRevamped
run: |
yarn install
yarn build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./WebpageRevamped/build
branch: gh-pages