Skip to content

Commit 372293a

Browse files
committed
correcting branch name for pull
1 parent 30d427f commit 372293a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-documents.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
echo "Deploying with Mike"
9090
git config user.name niden
9191
git config user.email [email protected]
92-
git fetch --no-tags --prune --depth=1 origin +refs/heads/production:refs/remotes/origin/production
92+
git fetch --no-tags --prune --depth=1 origin +refs/heads/gh-pages:refs/remotes/origin/gh-pages
9393
mike deploy \
9494
--update-aliases \
9595
--alias-type=redirect \
@@ -98,6 +98,7 @@ jobs:
9898
${{ env.PH_DOCS_ALIAS }}
9999
echo "Deployed"
100100
101+
# git fetch --no-tags --prune --depth=1 origin +refs/heads/production:refs/remotes/origin/production
101102
# mike deploy \
102103
# --update-aliases \
103104
# --alias-type=redirect \

0 commit comments

Comments
 (0)