We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a0633 commit d12f898Copy full SHA for d12f898
.github/workflows/publish-apidocs.yml
@@ -88,7 +88,7 @@ jobs:
88
89
# TODO: remove the ignores below, they speed up the runs for quick evaluation while we're setting this up
90
- name: Build with phpDocumentor
91
- run: ${{ github.workspace }}/tools/phpDocumentor -vv -d source --target docs --cache-folder phpdoc-cache --template default --ignore source/libs --ignore source/admin --ignore source/mod --ignore source/blocks
+ run: ${{ github.workspace }}/tools/phpDocumentor run -vv -d source --target docs --cache-folder phpdoc-cache --template default --ignore source/libs --ignore source/admin --ignore source/mod --ignore source/blocks
92
93
- name: Upload artifact to GitHub Pages
94
uses: actions/upload-pages-artifact@v3
0 commit comments