From 6984c852dfc792e75fb72564ddea74e22dda74c2 Mon Sep 17 00:00:00 2001 From: Barrett LaFrance Date: Tue, 19 Dec 2023 13:20:55 -0600 Subject: [PATCH] wip: test build script in CI --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e5280b193..8385816fe 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,12 +28,12 @@ jobs: with: repository: defenseunicorns/pepr-docs path: docs - # fetch-depth: 0 - uses: actions/checkout@v4 with: repository: defenseunicorns/pepr path: core + fetch-depth: 0 fetch-tags: true - name: Get current defenseunicorns/pepr release