Skip to content

Commit

Permalink
use github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Honghui-Li-8 committed Aug 19, 2024
1 parent 97129e4 commit a54977c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/Node-js-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
- name: Build Expo project
run: npx expo export -p web

- name: Install Github-Page
run: npm install -g gh-pages

- name: Deploy to github page
run: gh-pages -d dist -t true -r https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
uses: actions/deploy-pages@v4
with:
token: ${{ github.token }}

0 comments on commit a54977c

Please sign in to comment.