Skip to content

Commit d90c471

Browse files
authoredJan 26, 2025··
Update deploy.yml
1 parent d0fe339 commit d90c471

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ jobs:
4747
- name: Deploy to GitHub Pages
4848
uses: peaceiris/actions-gh-pages@v3
4949
with:
50-
publish_dir: ./dist
50+
github_token: ${{ secrets.GITHUB_TOKEN }}
51+
publish_dir: ./dist

0 commit comments

Comments
 (0)
Please sign in to comment.