Skip to content

Commit

Permalink
Comment out gh-pages deploy from publish action (should be covered by…
Browse files Browse the repository at this point in the history
… the pages action).
  • Loading branch information
javh committed Jul 10, 2024
1 parent a24f1d7 commit bdec2b7
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,23 @@ jobs:
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
# # flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics

# Skip docs build and deploy as this is handled in a separate action
# - name: Test with tox
# run: |
# tox

- name: Build docs
run: |
tox -e docs
- run: touch ./docs/_build/html/.nojekyll

- name: GH Pages Deployment
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: ./docs/_build/html
clean: true # Automatically remove deleted files from the deploy branch
#
# - name: Build docs
# run: |
# tox -e docs
#
# - run: touch ./docs/_build/html/.nojekyll
#
# - name: GH Pages Deployment
# uses: JamesIves/[email protected]
# with:
# branch: gh-pages # The branch the action should deploy to.
# folder: ./docs/_build/html
# clean: true # Automatically remove deleted files from the deploy branch

- name: Build Project and Publish
run: |
Expand Down

0 comments on commit bdec2b7

Please sign in to comment.