File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 8787 restore-keys : ${{ runner.os }}-phpdocumentor-
8888
8989# TODO: remove the ignores below, they speed up the runs for quick evaluation while we're setting this up
90+ # Notice: -d xdebug.mode=off is required due to a bug/workaround
91+ # Issue: https://github.com/phpDocumentor/phpDocumentor/issues/3642#issuecomment-1912354577
9092 - name : Build with phpDocumentor
91- 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
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
9294
9395 - name : Upload artifact to GitHub Pages
9496 uses : actions/upload-pages-artifact@v3
You can’t perform that action at this time.
0 commit comments