We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499af62 commit 1ac4d63Copy full SHA for 1ac4d63
.github/workflows/docs.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Create function level documentation with phpdocumentor
36
run: |
37
wget https://phpdoc.org/phpDocumentor.phar -P /tmp/
38
- php /tmp/phpDocumentor.phar --ignore vendor/ -d . -t /docs/php-documentor/
+ sudo php /tmp/phpDocumentor.phar --ignore vendor/ -d . -t /docs/php-documentor/
39
- name: Build MkDocs site
40
41
mkdocs build
0 commit comments