Skip to content

Commit

Permalink
Add more
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Jan 16, 2025
1 parent 1a998bb commit b38d6da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/jekyll-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b38d6da

Please sign in to comment.