Skip to content

Commit 1ac5ff5

Browse files
committed
trying gh_pages for branch
1 parent cf64c9b commit 1ac5ff5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/deploy-documents.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,14 @@ jobs:
9393
mike deploy \
9494
--update-aliases \
9595
--alias-type=redirect \
96-
--branch production \
9796
--push \
9897
${{ env.PH_DOCS_VERSION }} \
9998
${{ env.PH_DOCS_ALIAS }}
99+
# mike deploy \
100+
# --update-aliases \
101+
# --alias-type=redirect \
102+
## --branch production \
103+
# --push \
104+
# ${{ env.PH_DOCS_VERSION }} \
105+
# ${{ env.PH_DOCS_ALIAS }}
100106
echo "Deployed"

0 commit comments

Comments
 (0)