mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
CI: upload .manual.xml
This is mostly meant for PhD CI, but may be useful for other purposes as well. Closes GH-832.
This commit is contained in:
committed by
GitHub
parent
388226f9e1
commit
2c56356914
6
.github/workflows/integrate.yaml
vendored
6
.github/workflows/integrate.yaml
vendored
@@ -44,3 +44,9 @@ jobs:
|
||||
|
||||
- name: "Build documentation for ${{ matrix.language }}"
|
||||
run: "php8.0 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}"
|
||||
|
||||
- name: "Upload .manual.xml"
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: .manual.xml
|
||||
path: doc-base/.manual.xml
|
||||
|
||||
Reference in New Issue
Block a user