We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a3c6e commit 6294aa0Copy full SHA for 6294aa0
.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