We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1d9c4 commit 20bb025Copy full SHA for 20bb025
.github/workflows/deploy-cookbook.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Deploy to GitHub Pages
29
uses: peaceiris/actions-gh-pages@v3
30
with:
31
- github_token: ${{ secrets.GH_TOKEN }}
+ github_token: ${{ secrets.GH_PAGES_TOKEN }}
32
publish_dir: ./docs/cookbook/book
33
destination_dir: cookbook
34
keep_files: true # Keep existing files in gh-pages if any (useful if main site is also there)
0 commit comments