Skip to content

Commit 713ff51

Browse files
authored
subset for playing around
1 parent cd2e758 commit 713ff51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-apidocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# Notice: -d xdebug.mode=off is required due to a bug/workaround
9191
# Issue: https://github.com/phpDocumentor/phpDocumentor/issues/3642#issuecomment-1912354577
9292
- 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
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/lib --ignore source/admin --ignore source/mod --ignore source/blocks
9494

9595
- name: Upload artifact to GitHub Pages
9696
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)