Skip to content

Commit

Permalink
no conflicting docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Nov 20, 2023
1 parent aff283b commit 132baad
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
- name: Test with pytest
run: pytest .

- name: Build docs
run: |
cd docs && make html
- name: Archive build artifacts (i.e. documentation)
uses: actions/upload-artifact@v2
with:
name: docs
path: |
docs/build
# - name: Build docs
# run: |
# cd docs && make html
# - name: Archive build artifacts (i.e. documentation)
# uses: actions/upload-artifact@v2
# with:
# name: docs
# path: |
# docs/build
# publish:
# needs: build
# # Only publish documentation when merging into `origin/main`.`
Expand Down

0 comments on commit 132baad

Please sign in to comment.