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 8282# Notice: -d xdebug.mode=off is required due to a bug/workaround
8383# Issue: https://github.com/phpDocumentor/phpDocumentor/issues/3642#issuecomment-1912354577
8484 - name : Build with phpDocumentor
85- 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 --title Moodle PHP API
85+ 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 --title ' Moodle PHP API'
8686
8787 - name : Upload artifact to GitHub Pages
8888 uses : actions/upload-pages-artifact@v3
You can’t perform that action at this time.
0 commit comments