aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-10-07 07:22:33 +0800
committer简律纯 <i@jyunko.cn>2023-10-07 07:22:33 +0800
commitb9a19cef9969643e9b797cc2b9e7863d830a1bd1 (patch)
tree9ebdbc8004dc7d7e754818e186d9b573d0866371 /.github/workflows
parent441f7dd6638fdfec98e4d761e8d9eff251c617ff (diff)
downloadinfini-b9a19cef9969643e9b797cc2b9e7863d830a1bd1.tar.gz
infini-b9a19cef9969643e9b797cc2b9e7863d830a1bd1.zip
Diffstat (limited to '.github/workflows')
-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 d0b9f425..a7e71047 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -30,7 +30,7 @@ jobs:
- name: Build Release Docs
run: |
- pip install pdm
+ pip install pdm, mike
pdm install -G doc
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"