-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Comment out gh-pages deploy from publish action (should be covered by…
… the pages action).
- Loading branch information
Showing
1 changed file
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|