Skip to content

Commit bdec2b7

Browse files
committed
Comment out gh-pages deploy from publish action (should be covered by the pages action).
1 parent a24f1d7 commit bdec2b7

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,23 @@ jobs:
3434
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3535
# # flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3636

37+
# Skip docs build and deploy as this is handled in a separate action
3738
# - name: Test with tox
3839
# run: |
3940
# tox
40-
41-
- name: Build docs
42-
run: |
43-
tox -e docs
44-
45-
- run: touch ./docs/_build/html/.nojekyll
46-
47-
- name: GH Pages Deployment
48-
uses: JamesIves/github-pages-deploy-action@4.1.3
49-
with:
50-
branch: gh-pages # The branch the action should deploy to.
51-
folder: ./docs/_build/html
52-
clean: true # Automatically remove deleted files from the deploy branch
41+
#
42+
# - name: Build docs
43+
# run: |
44+
# tox -e docs
45+
#
46+
# - run: touch ./docs/_build/html/.nojekyll
47+
#
48+
# - name: GH Pages Deployment
49+
# uses: JamesIves/github-pages-deploy-action@4.1.3
50+
# with:
51+
# branch: gh-pages # The branch the action should deploy to.
52+
# folder: ./docs/_build/html
53+
# clean: true # Automatically remove deleted files from the deploy branch
5354

5455
- name: Build Project and Publish
5556
run: |

0 commit comments

Comments
 (0)