aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/pages.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pages.yml')
-rw-r--r--.github/workflows/pages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index 027531a9..665f57ba 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -27,6 +27,7 @@ jobs:
restore-keys: |
mkdocs-material-
- run: |
+ cp CHANGELOG.md docs/changelog.md
pip install -r requirements.txt
pip install pdm mike mkdocstrings
pdm install
@@ -35,7 +36,6 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
- cp CHANGELOG.md docs/changelog.md
git fetch origin gh-pages:gh-pages
pdm run mike deploy --update-aliases dev
git push origin gh-pages