From 7aed8f9d0b18eaa3494e0121bd8aaed94cc10f7e Mon Sep 17 00:00:00 2001 From: rettigl Date: Tue, 21 Nov 2023 11:35:59 +0100 Subject: [PATCH] unpack data in workflow file --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7dc25f70..d086f0b8 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -81,6 +81,7 @@ jobs: curl -L --output ./WSe2.zip https://zenodo.org/record/6369728/files/WSe2.zip unzip -o ./WSe2.zip -d . curl -L --output ./TaS2.zip https://zenodo.org/records/10160182/files/TaS2.zip + unzip -o ./WSe2.zip -d . - name: build Sphinx docs run: poetry run sphinx-build -b html $GITHUB_WORKSPACE/docs $GITHUB_WORKSPACE/_build