From c93e2c697ad8bc239dfe2a7da223afdd25baf7f3 Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 28 Jan 2025 12:45:07 +0000 Subject: [PATCH] [ci] fetch full history for php docs we need the full history if we want to peek at historic versions of the docs --- .github/workflows/continuous-integration.yml | 2 ++ 1 file changed, 2 insertions(+) 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"