We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2e758 commit 713ff51Copy full SHA for 713ff51
1 file changed
.github/workflows/publish-apidocs.yml
@@ -90,7 +90,7 @@ jobs:
90
# Notice: -d xdebug.mode=off is required due to a bug/workaround
91
# Issue: https://github.com/phpDocumentor/phpDocumentor/issues/3642#issuecomment-1912354577
92
- name: Build with phpDocumentor
93
- run: php -d xdebug.mode=off ${{ 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
+ run: php -d xdebug.mode=off ${{ github.workspace }}/tools/phpDocumentor run -vv -d source --target docs --cache-folder phpdoc-cache --template default --ignore source/lib --ignore source/admin --ignore source/mod --ignore source/blocks
94
95
- name: Upload artifact to GitHub Pages
96
uses: actions/upload-pages-artifact@v3
0 commit comments