File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 80
80
# TODO: remove the ignores below, they speed up the runs for quick evaluation while we're setting this up
81
81
# Notice: -d xdebug.mode=off is required due to a bug/workaround
82
82
# Issue: https://github.com/phpDocumentor/phpDocumentor/issues/3642#issuecomment-1912354577
83
+ # TODO: have a nicer way to specify excludes
84
+ # excludes from https://github.com/moodle/phpdoc/blob/929083a815c1f7e95c540173e7549810f6d4a598/scripts/generate_phpdoc.sh#L27-L48
83
85
- name : Build with phpDocumentor
84
- run : php -d xdebug.mode=off ${{ github.workspace }}/tools/phpDocumentor run -vv -d source --target docs --cache-folder phpdoc-cache --template default --title 'Moodle PHP API'
86
+ run : php -d xdebug.mode=off ${{ github.workspace }}/tools/phpDocumentor run -vv -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
85
87
86
88
- name : Count files and get disk space
87
89
run : |
You can’t perform that action at this time.
0 commit comments