Skip to content

Commit 9699446

Browse files
author
Peter Braun
committed
cicd fix: removed uneccecary deploy step
1 parent ed2b5cb commit 9699446

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/code.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ jobs:
5656
5757
build-pages:
5858
permissions:
59-
contents: write
59+
contents: read
60+
pages: write
6061
id-token: write
6162
runs-on: ubuntu-latest
62-
#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
6364

6465
strategy:
6566
matrix:
@@ -93,11 +94,6 @@ jobs:
9394
with:
9495
path: ./docs/build/html
9596

96-
- name: Deploy to GitHub Pages
97-
id: deployment
98-
uses: actions/deploy-pages@v4
99-
100-
10197
# Deployment job
10298
deploy-pages:
10399
permissions:

0 commit comments

Comments
 (0)