Skip to content

Commit

Permalink
Comment build PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Feb 19, 2024
1 parent 75e5b11 commit 5395a4b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ jobs:
cd doc
.\make.bat html
- name: Build the documentation (PDF)
run: |
.\.venv\Scripts\Activate.ps1
cd doc
.\make.bat pdf
# - name: Build the documentation (PDF)
# run: |
# .\.venv\Scripts\Activate.ps1
# cd doc
# .\make.bat pdf

- name: Upload HTML Documentation artifact
uses: actions/upload-artifact@v4
Expand All @@ -97,12 +97,12 @@ jobs:
path: doc/_build/html
retention-days: 1

- name: Upload PDF Documentation artifact
uses: actions/upload-artifact@v4
with:
name: documentation-pdf
path: doc/_build/latex/*.pdf
retention-days: 7
# - name: Upload PDF Documentation artifact
# uses: actions/upload-artifact@v4
# with:
# name: documentation-pdf
# path: doc/_build/latex/*.pdf
# retention-days: 7

smoke-tests:
name: "Build and Smoke tests"
Expand Down

0 comments on commit 5395a4b

Please sign in to comment.