Skip to content

Commit 3da902f

Browse files
committed
update title
1 parent a78bfb3 commit 3da902f

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
@@ -82,7 +82,7 @@ jobs:
8282
# Notice: -d xdebug.mode=off is required due to a bug/workaround
8383
# Issue: https://github.com/phpDocumentor/phpDocumentor/issues/3642#issuecomment-1912354577
8484
- 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
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'
8686

8787
- name: Upload artifact to GitHub Pages
8888
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)