From 65f1f80c25c3dff5548fad8410ff51848caf8701 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 13 Oct 2023 14:56:32 +0200 Subject: [PATCH] Update PHP Documentor command --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 84c86e3d045..4a3e1b81dc1 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -244,7 +244,7 @@ jobs: chmod +x phpDocumentor.phar - name: Run phpDocumentor - run: php phpDocumentor.phar -d packages/framework/src -t build/api-documentation --title="API Documentation" + run: php phpDocumentor.phar --directory="packages/framework/src" --target="build/api-documentation" --title="API Documentation" - name: Upload artifacts uses: actions/upload-artifact@v1