From 344f5edd9a858a9065954ed290e6038fb57f3030 Mon Sep 17 00:00:00 2001 From: Adam DeHaven Date: Thu, 28 Sep 2023 14:32:54 -0400 Subject: [PATCH] chore: fix ci --- .github/workflows/github-pages-pr-preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages-pr-preview.yaml b/.github/workflows/github-pages-pr-preview.yaml index 9ddec3bc4a..ceac4e1bc9 100644 --- a/.github/workflows/github-pages-pr-preview.yaml +++ b/.github/workflows/github-pages-pr-preview.yaml @@ -81,7 +81,7 @@ jobs: with: # TODO: Update branch name to beta when needed branch: ${{ github.head_ref || github.ref_name }} - folder: ./sandbox/dist # The sandbox dist directory name + folder: sandbox/dist # The sandbox dist directory name target-folder: ${{ steps.target-folder.outputs.target-folder }} clean-exclude: pr-preview/ # Do not remove other PR preview builds force: true