diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 94972530..5e2027db 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -33,12 +33,14 @@ jobs: with: path: "generator/doc/doc-en/doc-base" repository: "salathe/phpdoc-base" + fetch-depth: 0 - name: "Check out php/doc-en" uses: "actions/checkout@v4" if: steps.cache-php-doc.outputs.cache-hit != 'true' with: path: "generator/doc/doc-en/en" repository: "php/doc-en" + fetch-depth: 0 generator_tests: name: "Generator Tests"