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 7dea5c8 commit 0ca3b12Copy full SHA for 0ca3b12
.github/workflows/docs.yml
@@ -61,5 +61,5 @@ jobs:
61
uses: peaceiris/actions-gh-pages@v3
62
if: github.ref == 'refs/heads/main' # Only deploy on the main branch
63
with:
64
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
65
publish_dir: ./docs/dnadesign
0 commit comments