From 3126fa95e31e100f1ec087c691979b6d5bd9a3f7 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Mon, 15 Jan 2024 09:24:51 -0500 Subject: [PATCH] fetch all with checkout --- .github/workflows/publish-docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 5a9273f081..291f8eca3f 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -10,6 +10,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v4