Skip to content

Commit

Permalink
Merge pull request #2 from Edqe14/ci
Browse files Browse the repository at this point in the history
ci: fix command
  • Loading branch information
Edqe14 authored Jan 3, 2024
2 parents eaf7543 + ee4f80f commit 2a08c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: wget https://phpdoc.org/phpDocumentor.phar

- name: Generate PHPDoc
run: php phpDocumentor.phar -d src -t docs
run: php phpDocumentor.phar run -d src -t docs

- name: Deploy PHPDoc
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 2a08c32

Please sign in to comment.