Skip to content

Commit

Permalink
Remove soft links
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC-DLS committed Jun 26, 2023
1 parent 51f6fa7 commit 2de5433
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
required: true
default: false
upload:
description: 'Upload documentation'
description: 'Upload documentation (pdfs in `_static/`)'
type: boolean
required: true
default: false
Expand Down Expand Up @@ -91,8 +91,6 @@ 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 Down

0 comments on commit 2de5433

Please sign in to comment.