Skip to content

Commit d12f898

Browse files
authored
run command
1 parent a9a0633 commit d12f898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-apidocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
# TODO: remove the ignores below, they speed up the runs for quick evaluation while we're setting this up
9090
- name: Build with phpDocumentor
91-
run: ${{ github.workspace }}/tools/phpDocumentor -vv -d source --target docs --cache-folder phpdoc-cache --template default --ignore source/libs --ignore source/admin --ignore source/mod --ignore source/blocks
91+
run: ${{ github.workspace }}/tools/phpDocumentor run -vv -d source --target docs --cache-folder phpdoc-cache --template default --ignore source/libs --ignore source/admin --ignore source/mod --ignore source/blocks
9292

9393
- name: Upload artifact to GitHub Pages
9494
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)