Skip to content

Commit

Permalink
CI: add documentation upload
Browse files Browse the repository at this point in the history
Note: this shoudl be removed later on as its
purpose is to see the impact of using jupytex
on the documentation
  • Loading branch information
SMoraisAnsys committed Dec 1, 2023
1 parent 876ad85 commit 8b942a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ jobs:
run: |
python doc/print_errors.py
# - name: Upload Documentation
# uses: actions/upload-artifact@v3
# with:
# name: Documentation
# path: doc/_build/html
# retention-days: 7
- name: Upload Documentation
uses: actions/upload-artifact@v3
with:
name: Documentation
path: doc/_build/html
retention-days: 7

0 comments on commit 8b942a1

Please sign in to comment.