From 55fdf7646022ca2906f75c4d2f16222d62e1feb6 Mon Sep 17 00:00:00 2001 From: Oseer Williams Date: Mon, 20 May 2024 10:52:29 -0400 Subject: [PATCH] build(previews): fix for gh pages pr deploy --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e71d86353..73be00ff61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,4 +33,5 @@ jobs: token: ${{ secrets.GH_TOKEN }} preview-branch: gh-pages source-dir: ./build/ - umbrella-dir: pr-preview \ No newline at end of file + umbrella-dir: pr-preview + action: auto