diff options
| author | ST-DDT <[email protected]> | 2022-10-23 10:36:16 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-23 10:36:16 +0200 |
| commit | 7d39ef7babd89e10cded0769726084f92a62c4c6 (patch) | |
| tree | c264fa92545d63bbf834bc012c8448a23c92960d /.github | |
| parent | b983ca11922d3c6b07499adbe2089081a9a69083 (diff) | |
| download | faker-7d39ef7babd89e10cded0769726084f92a62c4c6.tar.xz faker-7d39ef7babd89e10cded0769726084f92a62c4c6.zip | |
docs: link to next docs and vice versa (#1438)
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] |
