Skip to content

Commit

Permalink
docs: debugging documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmans committed Jun 7, 2024
1 parent fc6d232 commit 36ec822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
mkdir -p github-artifacts/docs
#mv _build/latex/hodgediamondcutter.pdf ./github-artifacts/documentation.pdf
mv _build/html/* ./github-artifacts
mv _build/html/* ./github-artifacts/docs
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 36ec822

Please sign in to comment.