aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2022-10-23 10:36:16 +0200
committerGitHub <[email protected]>2022-10-23 10:36:16 +0200
commit7d39ef7babd89e10cded0769726084f92a62c4c6 (patch)
treec264fa92545d63bbf834bc012c8448a23c92960d /.github/workflows
parentb983ca11922d3c6b07499adbe2089081a9a69083 (diff)
downloadfaker-7d39ef7babd89e10cded0769726084f92a62c4c6.tar.xz
faker-7d39ef7babd89e10cded0769726084f92a62c4c6.zip
docs: link to next docs and vice versa (#1438)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml3
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]