good idea to checkout code before trying to document it

This commit is contained in:
Andrew Dolgov 2023-03-28 18:02:26 +03:00
parent 740d249aba
commit cf656125b9
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 2 additions and 0 deletions

View File

@ -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