We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df54e81 commit 2820645Copy full SHA for 2820645
1 file changed
.github/workflows/docs.yml
@@ -29,7 +29,7 @@ jobs:
29
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
30
uses: peaceiris/actions-gh-pages@v3
31
with:
32
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUBS_TOKEN }}
33
publish_dir: ./docs/animated-backgrounds/2.0.0
34
enable_jekyll: false
35
allow_empty_commit: false
0 commit comments