From 2b20c8f8cecfc09dfa734919fd86442eb80b0d40 Mon Sep 17 00:00:00 2001 From: David Day Date: Sat, 7 Sep 2024 13:41:49 -0700 Subject: [PATCH] Fix PR preview. --- .github/workflows/preview.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index e284476..9d4a9ae 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -26,8 +26,5 @@ jobs: - name: 🚀 Deploy preview uses: rossjrw/pr-preview-action@v1 with: - deploy-repository: NCUAppTeam/preview - token: ${{ secrets.PREVIEW_TOKEN }} source-dir: ./dist/ - preview-branch: main - umbrella-dir: . + preview-branch: previews