Skip to content

Commit

Permalink
yml
Browse files Browse the repository at this point in the history
  • Loading branch information
happy9990929 committed Jan 15, 2024
1 parent dc36236 commit d63518c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
node-version: 16.20.2
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} # Settings > Secret 建立的 ACCESS_TOKEN
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.
Expand Down

0 comments on commit d63518c

Please sign in to comment.