File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,23 @@ jobs:
34
34
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
35
35
# # flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
36
36
37
+ # Skip docs build and deploy as this is handled in a separate action
37
38
# - name: Test with tox
38
39
# run: |
39
40
# 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
53
54
54
55
- name : Build Project and Publish
55
56
run : |
You can’t perform that action at this time.
0 commit comments