Skip to content

Commit 6294aa0

Browse files
Update deploy.yml
1 parent e7a3c6e commit 6294aa0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ jobs:
2929
- name: Deploy to GitHub Pages
3030
uses: peaceiris/actions-gh-pages@v3
3131
with:
32-
github_token: ${{ secrets.TOKEN }}
33-
publish_dir: '.'
32+
github_token: ${{ secrets.GITHUB_TOKEN }}
33+
publish_dir: '.'
34+
target_branch: 'gh-pages'

0 commit comments

Comments
 (0)