Skip to content

Commit 43fb0f2

Browse files
committed
ignore glob
1 parent 2a21bd9 commit 43fb0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-apidocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# TODO: have a nicer way to specify excludes
8484
# excludes from https://github.com/moodle/phpdoc/blob/929083a815c1f7e95c540173e7549810f6d4a598/scripts/generate_phpdoc.sh#L27-L48
8585
- name: Build with phpDocumentor
86-
run: php -d xdebug.mode=off ${{ github.workspace }}/tools/phpDocumentor run -v -d source --target docs --cache-folder phpdoc-cache --template default --title 'Moodle PHP API' --ignore source/lib/pear --ignore source/**/tests/*_test.php --ignore **/tests/fixtures --ignore source/**/vendor --ignore source/**/amd --ignore source/**/yui
86+
run: php -d xdebug.mode=off ${{ github.workspace }}/tools/phpDocumentor run -v -d source --target docs --cache-folder phpdoc-cache --template default --title 'Moodle PHP API' --ignore 'source/lib/pear' --ignore 'source/**/tests/*_test.php' --ignore '**/tests/fixtures' --ignore 'source/**/vendor' --ignore 'source/**/amd' --ignore 'source/**/yui'
8787

8888
- name: Count files and get disk space
8989
run: |

0 commit comments

Comments
 (0)