From 147bff77343bdfc8f9ba73f65bfabf1ab8d12ff4 Mon Sep 17 00:00:00 2001 From: Nikolaos Dimopoulos Date: Sun, 25 Aug 2024 15:15:08 -0500 Subject: [PATCH] fixing target branch --- .github/workflows/deploy-documents.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-documents.yml b/.github/workflows/deploy-documents.yml index e35b3d28..c615aa0a 100644 --- a/.github/workflows/deploy-documents.yml +++ b/.github/workflows/deploy-documents.yml @@ -93,6 +93,7 @@ jobs: git fetch --no-tags --prune --depth=1 origin +refs/heads/production:refs/remotes/origin/production mike deploy \ --update-aliases \ + --branch production \ --push \ ${{ env.PH_DOCS_VERSION }} \ ${{ env.PH_DOCS_ALIAS }}