mirror of https://github.com/loggie-io/docs.git
Update ci.yml
This commit is contained in:
parent
5d07374e0e
commit
d124b4ed15
|
|
@ -25,5 +25,6 @@ jobs:
|
||||||
- run: git config --global user.name "${GITHUB_ACTOR}"
|
- run: git config --global user.name "${GITHUB_ACTOR}"
|
||||||
- run: git config --get user.name
|
- run: git config --get user.name
|
||||||
- run: git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
|
- run: git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
|
||||||
- run: mkdocs gh-deploy --force
|
# - run: mkdocs gh-deploy --force
|
||||||
# - run: mike deploy --push -f --update-aliases main latest
|
- run: mike deploy --push -f --update-aliases main latest
|
||||||
|
- run: mike set-default main
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue