From da341e987ef892771e07270b2055ce5d3850e2e1 Mon Sep 17 00:00:00 2001 From: Nathan Melehan Date: Fri, 4 Aug 2023 13:07:02 -0400 Subject: [PATCH] Fix path issue for image cache workflow (#6516) * Fix path issue for image cache workflow * Remove fix-image-cache branch trigger for image cache workflow --- .github/workflows/cache-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cache-images.yaml b/.github/workflows/cache-images.yaml index 45d9c547d54..d6161a4797b 100644 --- a/.github/workflows/cache-images.yaml +++ b/.github/workflows/cache-images.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - path: docs + path: docs-repo - name: Print current docs repo branch/ref/commit working-directory: ./docs-repo