aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/python-publish.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-10-07 07:32:00 +0800
committer简律纯 <i@jyunko.cn>2023-10-07 07:32:00 +0800
commit3027c8e4c512b9b435c476ef489c0a5c65138538 (patch)
treea63dbea0ce5fd7c61690b61b7e8c41567d0d0bc8 /.github/workflows/python-publish.yml
parent92570a9ce914d097080f7c6dd1642129fa576cac (diff)
downloadinfini-3027c8e4c512b9b435c476ef489c0a5c65138538.tar.gz
infini-3027c8e4c512b9b435c476ef489c0a5c65138538.zip
Diffstat (limited to '.github/workflows/python-publish.yml')
-rw-r--r--.github/workflows/python-publish.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index 29e8d768..336a8d30 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -37,6 +37,7 @@ jobs:
git fetch origin gh-pages:gh-pages
tag="${{ github.ref_name }}"
DOC_VERSION=${tag%.*}
+ cp CHANGELOG.md docs/changelog.md
pdm run mike deploy --no-redirect --update-aliases "$DOC_VERSION" latest
git push origin gh-pages