From b38d6dab5fb0d7e17619f322b649e638e03224d2 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Thu, 16 Jan 2025 18:54:11 -0500 Subject: [PATCH] Add more Signed-off-by: Peter Zhu --- .github/workflows/jekyll-deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/jekyll-deploy.yml b/.github/workflows/jekyll-deploy.yml index e029da0814..24d914f3c7 100644 --- a/.github/workflows/jekyll-deploy.yml +++ b/.github/workflows/jekyll-deploy.yml @@ -46,8 +46,7 @@ jobs: if [ "$DEPLOY_BRANCH" = "$LATEST_VERSION" ]; then destination_key="latest" elif [ "$DEPLOY_BRANCH" = ${{ github.event.repository.default_branch }} ]; then - #destination_key="staging" - destination_key="latest" + destination_key="staging" else destination_key="$DEPLOY_BRANCH" fi