aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-10-07 07:15:26 +0800
committer简律纯 <i@jyunko.cn>2023-10-07 07:15:26 +0800
commit1712182f6a8b588f8bc551e3ed20ff54e7b8e07e (patch)
tree534cb2c4408d095383a4decc31d7d1c278393d4e
parent2d7ce3ba3f896018ee52d91760dd935c02886478 (diff)
downloadinfini-1712182f6a8b588f8bc551e3ed20ff54e7b8e07e.tar.gz
infini-1712182f6a8b588f8bc551e3ed20ff54e7b8e07e.zip
-rw-r--r--.github/workflows/python-publish.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index dae90bc4..f9a24a74 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -30,6 +30,7 @@ jobs:
- name: Build Release Docs
run: |
+ pip install pdm
pdm install -G doc
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"