Skip to content

Commit

Permalink
.github/workflow/test.yml: phpdoc call fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Aug 29, 2023
1 parent 88a2727 commit f63af76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
php vendor/bin/php-coveralls -v
- name: document
run: |
docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 -d src -d vendor/sweetrdf/rdf-interface/src -d vendor/sweetrdf/rdf-helpers/src/ -t docs
docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 --directory=src --directory=vendor/sweetrdf/rdf-interface/src --directory=vendor/sweetrdf/rdf-helpers/src/ --target=docs
git fetch && git checkout docs --
for i in `ls -1 | grep -v ^docs$`; do rm -fR $i ; done
cp -R docs/* .
Expand Down

0 comments on commit f63af76

Please sign in to comment.