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 ed2b5cb commit 9699446Copy full SHA for 9699446
.github/workflows/code.yaml
@@ -56,10 +56,11 @@ jobs:
56
57
build-pages:
58
permissions:
59
- contents: write
+ contents: read
60
+ pages: write
61
id-token: write
62
runs-on: ubuntu-latest
- #if: ${{startsWith(github.ref, 'refs/tags/')}} # only publish to PyPI on tag pushes
63
+ #if: ${{startsWith(github.ref, 'refs/tags/')}} # only publish pages on tag pushes
64
65
strategy:
66
matrix:
@@ -93,11 +94,6 @@ jobs:
93
94
with:
95
path: ./docs/build/html
96
- - name: Deploy to GitHub Pages
97
- id: deployment
98
- uses: actions/deploy-pages@v4
99
-
100
101
# Deployment job
102
deploy-pages:
103
0 commit comments