Skip to content

Commit

Permalink
fix: updated yml
Browse files Browse the repository at this point in the history
  • Loading branch information
poonamjain96 committed Aug 1, 2024
1 parent 0c1183a commit 7534114
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@ name: Deploy React Native Benchmarking Versions
on:
push:
branches:
- main
permissions:
- 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 ../../WebpageRevamped
yarn install
yarn run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: .
branch: gh-pages
branch: gh-pages

0 comments on commit 7534114

Please sign in to comment.