Skip to content

Commit

Permalink
Move linking to other setp
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC-DLS committed Jun 26, 2023
1 parent 55bac2e commit 51f6fa7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
ls -lAFgh build/manual/build/html/index.html
mkdir -p build/html
mv build/manual/build/html/* build/html
ln -s build/html/_static/NeXusManual.pdf build/html
ln -s build/html/_static/NXImpatient.pdf build/html
- name: Deploy both the User Manual and the Impatient Guide
if: ${{ github.event.inputs.deploy && env.python_version == env.python_deploy_version }}
Expand All @@ -101,9 +103,6 @@ jobs:

- name: Upload the User Manual and the Impatient Guide
if: ${{ github.event.inputs.upload && env.python_version == env.python_deploy_version }}
run: |
ln -s build/html/_static/NeXusManual.pdf build/html
ln -s build/html/_static/NXImpatient.pdf build/html
uses: actions/upload-artifact@v3
with:
name: nexus-definitions-docs
Expand Down

0 comments on commit 51f6fa7

Please sign in to comment.