Skip to content

Commit

Permalink
fix app bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yimingWOW committed Jan 11, 2025
1 parent 2e64f1f commit b06edda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -33,4 +35,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: app/dist
branch: gh-pages
branch: gh-pages
token: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit b06edda

Please sign in to comment.