File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments