aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/python-publish.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-10-07 07:38:17 +0800
committer简律纯 <i@jyunko.cn>2023-10-07 07:38:17 +0800
commit67d412c660ebc6fa52015094a7fbf3bd85fa6f4b (patch)
treef94108ab70c0f87aa7ac5e51737a233ccb4f6ab3 /.github/workflows/python-publish.yml
parent3027c8e4c512b9b435c476ef489c0a5c65138538 (diff)
downloadinfini-67d412c660ebc6fa52015094a7fbf3bd85fa6f4b.tar.gz
infini-67d412c660ebc6fa52015094a7fbf3bd85fa6f4b.zip
Diffstat (limited to '.github/workflows/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 336a8d30..6b3c0ac9 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -30,6 +30,7 @@ jobs:
- name: Build Release Docs
run: |
+ cp CHANGELOG.md docs/changelog.md
pip install pdm mike mkdocstrings
pdm install -G doc
git config --local user.email "action@github.com"
@@ -37,7 +38,6 @@ 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