We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7a3c6e + 6294aa0 commit 1e31319Copy full SHA for 1e31319
.github/workflows/deploy.yml
@@ -29,5 +29,6 @@ jobs:
29
- name: Deploy to GitHub Pages
30
uses: peaceiris/actions-gh-pages@v3
31
with:
32
- github_token: ${{ secrets.TOKEN }}
33
- publish_dir: '.'
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: '.'
34
+ target_branch: 'gh-pages'
0 commit comments