From 2de54339833e52e61297e4dec1aebff24ab39f89 Mon Sep 17 00:00:00 2001 From: Peter Chang Date: Mon, 26 Jun 2023 15:41:56 +0100 Subject: [PATCH] Remove soft links --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b63d77f358..dbf85fafec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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 }}