From 9a7e01169d19866aad4113f37c110a4dcfac3396 Mon Sep 17 00:00:00 2001 From: Charissa Miller <48832936+clemiller@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:32:47 -0400 Subject: [PATCH] add checkout ref --- .github/workflows/deploy-docusaurus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-docusaurus.yml b/.github/workflows/deploy-docusaurus.yml index 86f8048..3c5bd59 100644 --- a/.github/workflows/deploy-docusaurus.yml +++ b/.github/workflows/deploy-docusaurus.yml @@ -18,6 +18,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: + ref: docusaurus fetch-depth: 0 - name: Fetch schemas and package files from main