Browse Source

Change mike push

pull/1463/head^2
trapexit 7 months ago
committed by GitHub
parent
commit
4b5a7d902b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/mkdocs.yml

3
.github/workflows/mkdocs.yml

@ -41,6 +41,5 @@ jobs:
mike deploy "$REF_NAME" "latest" --push --allow-empty --ignore-remote-status --update-aliases
mike set-default --push "latest"
elif [ "$REF_TYPE" = "branch" ] && [ "$REF_NAME" = "master" ]; then
mike deploy master --ignore-remote-status --allow-empty
git push -f origin gh-pages
mike deploy master --push --ignore-remote-status --allow-empty
fi
Loading…
Cancel
Save