diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2023-03-28 18:02:26 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2023-03-28 18:02:26 +0300 |
| commit | cf656125b9252d0cfc302367192789db10657125 (patch) | |
| tree | 194d5df0c77529c85dbcdf923a320097cc69338e /.gitea/workflows | |
| parent | 740d249aba4f33133428c63b71bc3c1155e9ee4c (diff) | |
good idea to checkout code before trying to document it
Diffstat (limited to '.gitea/workflows')
| -rw-r--r-- | .gitea/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 31147bb7f..7aae92dbb 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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 |