diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2a4b87b..e22aefaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + # Required for docs/versions tests + fetch-depth: 0 - name: Install pnpm uses: pnpm/[email protected] |
