good idea to checkout code before trying to document it
This commit is contained in:
parent
740d249aba
commit
cf656125b9
|
@ -16,6 +16,8 @@ jobs:
|
|||
phpdoc:
|
||||
runs-on: alpine-3.16
|
||||
steps:
|
||||
- uses: https://gitea.com/actions/checkout@v3
|
||||
|
||||
- name: phpdoc
|
||||
run: php81 /phpDocumentor.phar -d classes -d include -t phpdoc --visibility=public
|
||||
|
||||
|
|
Loading…
Reference in New Issue