Skip to content

Commit

Permalink
ci: fix PDF documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 13, 2022
1 parent 0c1d439 commit 92f778c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Build document
run: |
nix run github:loophp/nix-sphinx -- -M latexpdf docs/ build/docs
nix run github:loophp/nix-sphinx#build -- -M latexpdf docs/ build/docs
cp build/docs/latex/loophp-collection-documentation.pdf documentation.pdf
- name: Upload build assets
Expand Down

0 comments on commit 92f778c

Please sign in to comment.