From 73a52a875b20266b3bea26aa71a3760fe0a372ad Mon Sep 17 00:00:00 2001 From: Michael Taranto Date: Wed, 12 Feb 2025 10:28:13 +1100 Subject: [PATCH] working dir --- .github/workflows/clean-up-previews.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clean-up-previews.yml b/.github/workflows/clean-up-previews.yml index 8faf95ee7c3..999dd84bdc1 100644 --- a/.github/workflows/clean-up-previews.yml +++ b/.github/workflows/clean-up-previews.yml @@ -17,6 +17,7 @@ jobs: ref: gh-pages - name: Delete old preview directories - run: ./scripts/cleanUpPreviews.sh + working-directory: scripts + run: ./cleanUpPreviews.sh env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}