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:
|
phpdoc:
|
||||||
runs-on: alpine-3.16
|
runs-on: alpine-3.16
|
||||||
steps:
|
steps:
|
||||||
|
- uses: https://gitea.com/actions/checkout@v3
|
||||||
|
|
||||||
- name: phpdoc
|
- name: phpdoc
|
||||||
run: php81 /phpDocumentor.phar -d classes -d include -t phpdoc --visibility=public
|
run: php81 /phpDocumentor.phar -d classes -d include -t phpdoc --visibility=public
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue