There was an error while loading. Please reload this page.
2 parents 82bc7d2 + b71d435 commit 929cf2aCopy full SHA for 929cf2a
1 file changed
.github/workflows/python-package.yml
@@ -46,13 +46,13 @@ jobs:
46
- name: Build documentation with Sphinx version 7.4
47
id: sphinx74
48
env:
49
- PRIVATE_TOKEN: ${{ secrets.PRIVATE_TOKEN }}
+ PRIVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
run: tox -e sphinx7.4
51
continue-on-error: true
52
- name: Build documentation with Sphinx >= 8.2.3
53
id: sphinx_latest
54
55
56
if: matrix.python-version > 3.9
57
run: tox -e sphinx-latest
58
0 commit comments