Skip to content

Commit

Permalink
Merge pull request #1 from dream-sports-labs/feat/generate-report-0.73
Browse files Browse the repository at this point in the history
Feat/generate report 0.73
  • Loading branch information
poonamjain96 authored Aug 13, 2024
2 parents f30e579 + 09a42c5 commit acd2a0a
Show file tree
Hide file tree
Showing 96 changed files with 24,386 additions and 2,724 deletions.
25 changes: 19 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,32 @@

name: Deploy React Native Benchmarking Versions
on:
push:
branches:
- main
permissions:
workflow_dispatch: # Allows the workflow to be triggered manually

permissions:
contents: write

jobs:
deploy-react-native-page:
if: github.ref == 'refs/heads/main' # Runs only if the current branch is 'main'
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: .
branch: gh-pages
folder: ./WebpageRevamped/build
branch: gh-pages
1 change: 1 addition & 0 deletions Benchamrking/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ yarn-error.log

# testing
/coverage
.yarn/
Loading

0 comments on commit acd2a0a

Please sign in to comment.