File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 83
83
# TODO: have a nicer way to specify excludes
84
84
# excludes from https://github.com/moodle/phpdoc/blob/929083a815c1f7e95c540173e7549810f6d4a598/scripts/generate_phpdoc.sh#L27-L48
85
85
- 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'
87
87
88
88
- name : Count files and get disk space
89
89
run : |
You can’t perform that action at this time.
0 commit comments