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