Skip to content

Commit

Permalink
html artifact for easy documentation checking of pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
woutdenolf committed Jun 16, 2023
1 parent 27d9dda commit c5f6ae7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,22 @@ jobs:
ls -lAFgh build/manual/build/html/index.html
ls -lAFgh build/manual/build/latex/nexus.pdf
- name: HTML build artifacts
if: ${{ env.python_version == env.python_deploy_version }}
uses: actions/upload-artifact@v3
with:
name: html
path: build/manual/build/html/
retention-days: 30

- name: PDF build artifacts
if: ${{ env.python_version == env.python_deploy_version }}
uses: actions/upload-artifact@v3
with:
name: nexus.pdf
path: build/manual/build/latex/nexus.pdf
retention-days: 30

- name: Build and Commit the User Manual
if: ${{ github.event.inputs.deploy && env.python_version == env.python_deploy_version }}
uses: sphinx-notes/pages@master
Expand Down

0 comments on commit c5f6ae7

Please sign in to comment.