aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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 536a8c3..c17b319 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -32,5 +32,5 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
# git fetch origin gh-pages:gh-pages
- pdm run mkdocs deploy
+ pdm run mkdocs gh-deploy
git push origin gh-pages \ No newline at end of file