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.
2 parents f3ce3ed + 64021d7 commit 96a22c4Copy full SHA for 96a22c4
template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/main.yaml.jinja
@@ -124,7 +124,7 @@ jobs:
124
run: uv run mkdocs build
125
126
- name: Deploy to GitHub Pages
127
- uses: peaceiris/actions-gh-pages@e9c66a37f080288a11235e32cbe2dc5fb3a679cc # v4
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
128
with:
129
github_token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
130
publish_dir: ./site
0 commit comments