Skip to content

Commit

Permalink
.github/workflows/sphinx: singlehtml typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Sep 22, 2023
1 parent 1ec971e commit 38055e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Generate singlehtml
run: |
make singlehtml
mv _build/singlehtml/ _build/dirhtml/singlhtml/
mv _build/singlehtml/ _build/dirhtml/singlehtml/
# PDF if requested
- name: Generate PDF
Expand Down

0 comments on commit 38055e4

Please sign in to comment.