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 1b1f194 commit 1e07dc3Copy full SHA for 1e07dc3
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
run: mkdocs build
24
25
- name: Deploy to GitHub Pages
26
- uses: peaceiris/actions-gh-pages@d18875110eebbcc21d05b49ddac0333e48844063aeab37076815d6fc09cd7a32
+ uses: peaceiris/actions-gh-pages@4b09552702d0b65573696410d4707c765da2630b
27
with:
28
personal_token: ${{ secrets.DOCS_DEPLOY_TOKEN }}
29
external_repository: pylonmc/pylonmc.github.io
0 commit comments