We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d427f commit 372293aCopy full SHA for 372293a
.github/workflows/deploy-documents.yml
@@ -89,7 +89,7 @@ jobs:
89
echo "Deploying with Mike"
90
git config user.name niden
91
git config user.email [email protected]
92
- git fetch --no-tags --prune --depth=1 origin +refs/heads/production:refs/remotes/origin/production
+ git fetch --no-tags --prune --depth=1 origin +refs/heads/gh-pages:refs/remotes/origin/gh-pages
93
mike deploy \
94
--update-aliases \
95
--alias-type=redirect \
@@ -98,6 +98,7 @@ jobs:
98
${{ env.PH_DOCS_ALIAS }}
99
echo "Deployed"
100
101
+# git fetch --no-tags --prune --depth=1 origin +refs/heads/production:refs/remotes/origin/production
102
# mike deploy \
103
# --update-aliases \
104
# --alias-type=redirect \
0 commit comments