diff options
| author | 2023-10-07 07:15:26 +0800 | |
|---|---|---|
| committer | 2023-10-07 07:15:26 +0800 | |
| commit | 1712182f6a8b588f8bc551e3ed20ff54e7b8e07e (patch) | |
| tree | 534cb2c4408d095383a4decc31d7d1c278393d4e | |
| parent | 2d7ce3ba3f896018ee52d91760dd935c02886478 (diff) | |
| download | infini-1712182f6a8b588f8bc551e3ed20ff54e7b8e07e.tar.gz infini-1712182f6a8b588f8bc551e3ed20ff54e7b8e07e.zip | |
| -rw-r--r-- | .github/workflows/python-publish.yml | 1 |
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" |
