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 a93dbb1 commit 2299ede
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 @@ -93,8 +93,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 2299ede

Please sign in to comment.