Skip to content

Commit

Permalink
refactor: Update GitHub Pages deployment workflow to include authenti…
Browse files Browse the repository at this point in the history
…cation with token
  • Loading branch information
jyzhao committed Jul 11, 2024
1 parent 894e68d commit 9f889ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:

- name: Install & build
run: |
gh auth login
gh auth login --with-token < ${{github.token}}
npm i
npm run deploy

0 comments on commit 9f889ef

Please sign in to comment.