We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a2676 commit 52a0114Copy full SHA for 52a0114
1 file changed
.github/workflows/docs.yml
@@ -48,8 +48,6 @@ jobs:
48
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
49
run: |
50
uv run mkdocs gh-deploy --force
51
- env:
52
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
54
- name: Build documentation (PR)
55
if: github.event_name == 'pull_request'
0 commit comments