aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-12-15 14:54:33 +0800
committerGitHub <noreply@github.com>2023-12-15 14:54:33 +0800
commit57e09bc268cde8f73d1fc828f0ae80e16c9337d4 (patch)
treec577584a163fa9fdc81d987344af4c065f6b0a3b
parente46d897e50ef07e7f431ea06681269a1736fe641 (diff)
downloadinfini-57e09bc268cde8f73d1fc828f0ae80e16c9337d4.tar.gz
infini-57e09bc268cde8f73d1fc828f0ae80e16c9337d4.zip
Update python-publish.yml
-rw-r--r--.github/workflows/python-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index d778cee8..da3e01b6 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -38,7 +38,7 @@ jobs:
git fetch origin gh-pages:gh-pages
tag="${{ github.ref_name }}"
DOC_VERSION=${tag%.*}
- pdm run mike deploy --no-redirect --update-aliases "$DOC_VERSION" latest
+ pdm run mike deploy --update-aliases "$DOC_VERSION" latest
git push origin gh-pages
- run: |