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 e079b63 commit 366d6e1Copy full SHA for 366d6e1
.github/workflows/deploy-documents.yml
@@ -92,6 +92,7 @@ jobs:
92
git fetch --no-tags --prune --depth=1 origin +refs/heads/production:refs/remotes/origin/production
93
mike deploy \
94
--update-aliases \
95
+ --alias-type=copy \
96
--branch production \
97
--push \
98
${{ env.PH_DOCS_VERSION }} \
VERSION
@@ -1 +1 @@
1
-5.8|latest
+5.8|
mkdocs.yml
@@ -211,8 +211,6 @@ plugins:
211
'en/views.md': views.md
212
'en/volt.md': volt.md
213
'en/webserver-setup.md': webserver-setup.md
214
- - mike:
215
- alias_type: copy
216
217
# Hooks
218
#hooks:
0 commit comments