Skip to content

Commit

Permalink
Added sudo to creating phpdoc in order to be able to create directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jessevz committed Jan 16, 2025
1 parent 499af62 commit 1ac4d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Create function level documentation with phpdocumentor
run: |
wget https://phpdoc.org/phpDocumentor.phar -P /tmp/
php /tmp/phpDocumentor.phar --ignore vendor/ -d . -t /docs/php-documentor/
sudo php /tmp/phpDocumentor.phar --ignore vendor/ -d . -t /docs/php-documentor/
- name: Build MkDocs site
run: |
mkdocs build
Expand Down

0 comments on commit 1ac4d63

Please sign in to comment.