Skip to content

Commit

Permalink
unpack data in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Nov 21, 2023
1 parent 5dc117a commit 7aed8f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7aed8f9

Please sign in to comment.