Skip to content

Commit 1ac4d63

Browse files
committed
Added sudo to creating phpdoc in order to be able to create directory
1 parent 499af62 commit 1ac4d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Create function level documentation with phpdocumentor
3636
run: |
3737
wget https://phpdoc.org/phpDocumentor.phar -P /tmp/
38-
php /tmp/phpDocumentor.phar --ignore vendor/ -d . -t /docs/php-documentor/
38+
sudo php /tmp/phpDocumentor.phar --ignore vendor/ -d . -t /docs/php-documentor/
3939
- name: Build MkDocs site
4040
run: |
4141
mkdocs build

0 commit comments

Comments
 (0)