Skip to content

Commit

Permalink
Update PHP Documentor command
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Oct 13, 2023
1 parent 56a0b30 commit 65f1f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -244,7 +244,7 @@ jobs:
chmod +x phpDocumentor.phar
- name: Run phpDocumentor
run: php phpDocumentor.phar -d packages/framework/src -t build/api-documentation --title="API Documentation"
run: php phpDocumentor.phar --directory="packages/framework/src" --target="build/api-documentation" --title="API Documentation"

- name: Upload artifacts
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 65f1f80

Please sign in to comment.