Skip to content

Commit

Permalink
Pass output directory option to PhD
Browse files Browse the repository at this point in the history
  • Loading branch information
haszi committed Apr 28, 2024
1 parent cbe24fb commit c4682f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full_render_doc-en_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: "php doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout"

- name: "Render documentation for doc-en"
run: "php phd/render.php --docbook doc-base/.manual.xml --package PHP --format xhtml --format bigxhtml --format php --format tocfeed --forceindex"
run: "php phd/render.php --docbook doc-base/.manual.xml --package PHP --format xhtml --format bigxhtml --format php --format tocfeed --forceindex --output output"

0 comments on commit c4682f0

Please sign in to comment.