From 734c3a53b519884ce7dd9aac9109b796299a0e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20David?= Date: Mon, 27 Dec 2021 10:35:01 +0100 Subject: [PATCH] [PHPDOC] fix: pre-merge workflow --- .github/workflows/phpdoc.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpdoc.yml b/.github/workflows/phpdoc.yml index 54280ee40..b13457259 100644 --- a/.github/workflows/phpdoc.yml +++ b/.github/workflows/phpdoc.yml @@ -8,11 +8,12 @@ jobs: name: 'build' runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v2 with: fetch-depth: 0 - name: Run docs - run: cd shell/ci && ./phpdoc.sh + run: cd workflow/phpdocumentor/phpdocumentor && composer update && cd ../../bin && phpdoc -d "..\..\class" -t "..\..\docs" +