Skip to content

Commit

Permalink
Full doc-en render test (#121)
Browse files Browse the repository at this point in the history
* Full doc-en render test
* Pass output directory option to PhD

---------

Co-authored-by: haszi <[email protected]>
  • Loading branch information
haszi and haszi authored Apr 29, 2024
1 parent 6feef35 commit 891340a
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/full_render_doc-en_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Render Test
on: [push, pull_request]
jobs:
test:
name: doc-en
runs-on: ubuntu-latest
steps:
- name: Checkout PhD
uses: actions/checkout@v4
with:
path: "phd"

- name: "Checkout php/doc-en"
uses: "actions/checkout@v4"
with:
path: "en"
repository: "php/doc-en"

- name: "Checkout php/doc-base"
uses: "actions/checkout@v4"
with:
path: "doc-base"
repository: "php/doc-base"

- name: "Build documentation for doc-en"
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 --output output"

0 comments on commit 891340a

Please sign in to comment.