Update mkdocs.yml
This commit is contained in:
parent
2d63ce8551
commit
33aeaf353d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mkdocs.yml
vendored
2
.github/workflows/mkdocs.yml
vendored
|
@ -68,5 +68,5 @@ jobs:
|
|||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
run: |
|
||||
git fetch origin gh-pages --verbose
|
||||
mike deploy ${GITHUB_REF##*/} latest --config-file "${GITHUB_WORKSPACE}/mkdocs/mkdocs.yml" --push --rebase
|
||||
mike deploy ${GITHUB_REF##*/} latest --config-file "${GITHUB_WORKSPACE}/mkdocs/mkdocs.yml" --push --rebase --update-aliases
|
||||
|
||||
|
|
Loading…
Reference in a new issue