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 0be0ca4 commit 51c3b8aCopy full SHA for 51c3b8a
1 file changed
.github/workflows/deploy.yml
@@ -28,6 +28,8 @@ jobs:
28
uv sync --frozen
29
uv run tools/write-project-snippets.py
30
task docs:build-mini18n-dirhtml
31
+ env:
32
+ GITHUB_TOKEN: ${{ secrets.token }}
33
- name: Upload artifact
34
uses: actions/upload-pages-artifact@v3
35
with:
0 commit comments