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 765ad64 commit da388dbCopy full SHA for da388db
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: peaceiris/actions-gh-pages@v4
31
if: github.ref == 'refs/heads/main'
32
with:
33
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ personal_token: ${{ secrets.PERSONAL_TOKEN }}
34
publish_branch: main
35
external_repository: rocpy/rocpy.github.io
36
publish_dir: ./site
0 commit comments