Skip to content

Commit 328f9e6

Browse files
authored
try to do ALL code
1 parent 3da902f commit 328f9e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-apidocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# TODO:
2-
# - Document ALL code (below we exclude a bunch to try on a subset)
32
# - Document all supported versions and redirect to latest // see notes at https://github.com/phpDocumentor/phpDocumentor/blob/master/tests/integration/phpDocumentor/Configuration/data/phpDocumentor3XMLWithMultipleVersions.xml
43

54
# Generate API docs and publish to GitHub Pages at phpdoc.moodledev.io
@@ -82,7 +81,7 @@ jobs:
8281
# Notice: -d xdebug.mode=off is required due to a bug/workaround
8382
# Issue: https://github.com/phpDocumentor/phpDocumentor/issues/3642#issuecomment-1912354577
8483
- name: Build with phpDocumentor
85-
run: php -d xdebug.mode=off ${{ github.workspace }}/tools/phpDocumentor run -vv -d source --target docs --cache-folder phpdoc-cache --template default --ignore source/lib --ignore source/admin --ignore source/mod --ignore source/blocks --title 'Moodle PHP API'
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'
8685

8786
- name: Upload artifact to GitHub Pages
8887
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)