aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/python-publish.yml
diff options
context:
space:
mode:
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