From 544a6305f9dc2c485c347f58be805f1278c3dbfb Mon Sep 17 00:00:00 2001 From: Adam DeHaven Date: Thu, 28 Sep 2023 12:58:52 -0400 Subject: [PATCH] chore: preview branch --- .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 b3b7b6d5a0..3031ec88aa 100644 --- a/.github/workflows/github-pages-pr-preview.yaml +++ b/.github/workflows/github-pages-pr-preview.yaml @@ -66,7 +66,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.KONGPONENTS_BOT_PAT }} with: source-dir: ./sandbox/dist - preview-branch: ${{ github.head_ref || github.ref_name }} + preview-branch: alpha # ${{ github.head_ref || github.ref_name }} umbrella-dir: pr-preview token: ${{ secrets.KONGPONENTS_BOT_PAT }}