Skip to content

Commit cd2e758

Browse files
authored
allow big stacks
1 parent d12f898 commit cd2e758

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-apidocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@ jobs:
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

0 commit comments

Comments
 (0)