Skip to content

Commit

Permalink
Use new docs_versioned command to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samtygier-stfc committed Dec 11, 2020
1 parent 4a2d51e commit 8a8d6b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: docs
shell: bash -l {0}
run: |
python setup.py docs_api && python setup.py docs
python setup.py docs_versioned
- name: pytest
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cos7_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: docs
uses: ./.github/actions/test
with:
command: python setup.py docs_api && python setup.py docs
command: python setup.py docs_versioned
label: centos7

- name: pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/u18_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: docs
uses: ./.github/actions/test
with:
command: python setup.py docs_api && python setup.py docs
command: python setup.py docs_versioned

- name: pytest
uses: ./.github/actions/test
Expand Down

0 comments on commit 8a8d6b2

Please sign in to comment.