Skip to content

Commit ce9de64

Browse files
committed
add path for gh-token
1 parent 28dc0a1 commit ce9de64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gh-pages-deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
run: npm run build
2727

2828
- name: Deploy to GitHub Pages
29-
run: npm run deploy
29+
run: npm run deploy
30+
with:
31+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)