trapexit
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
.github/workflows/mkdocs.yml
|
@ -41,5 +41,6 @@ jobs: |
|
|
mike deploy "$REF_NAME" "latest" --push --allow-empty --ignore-remote-status --update-aliases |
|
|
mike deploy "$REF_NAME" "latest" --push --allow-empty --ignore-remote-status --update-aliases |
|
|
mike set-default --push "latest" |
|
|
mike set-default --push "latest" |
|
|
elif [ "$REF_TYPE" = "branch" ] && [ "$REF_NAME" = "master" ]; then |
|
|
elif [ "$REF_TYPE" = "branch" ] && [ "$REF_NAME" = "master" ]; then |
|
|
mike deploy master --push --ignore-remote-status --allow-empty |
|
|
|
|
|
|
|
|
mike deploy master --ignore-remote-status --allow-empty |
|
|
|
|
|
git push -f origin gh-pages |
|
|
fi |
|
|
fi |