Browse Source

Try force push (#1459)

pull/1462/head
trapexit 2 weeks ago
committed by GitHub
parent
commit
8b9b3431e4
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,5 +41,6 @@ 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 --push --ignore-remote-status --allow-empty
mike deploy master --ignore-remote-status --allow-empty
git push -f origin gh-pages
fi
Loading…
Cancel
Save