Skip to content

Commit

Permalink
ignore glob
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Apr 11, 2024
1 parent 2a21bd9 commit 43fb0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
# TODO: have a nicer way to specify excludes
# excludes from https://github.com/moodle/phpdoc/blob/929083a815c1f7e95c540173e7549810f6d4a598/scripts/generate_phpdoc.sh#L27-L48
- name: Build with phpDocumentor
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
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'

- name: Count files and get disk space
run: |
Expand Down

0 comments on commit 43fb0f2

Please sign in to comment.