From 61f3f0e8d8f826b22da665af80b6ecc523b85c20 Mon Sep 17 00:00:00 2001 From: Barrett LaFrance Date: Tue, 19 Dec 2023 14:11:05 -0600 Subject: [PATCH] wip: test build script in CI --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ac5caa52e..eee7be7d6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -33,12 +33,12 @@ jobs: - uses: actions/checkout@v4 with: repository: defenseunicorns/pepr-docs - path: ${{DOCS}} + path: $DOCS - uses: actions/checkout@v4 with: repository: defenseunicorns/pepr - path: ${{CORE}} + path: $CORE fetch-depth: 0 # pull history to get version tags - name: Get current defenseunicorns/pepr release