diff options
| author | 2023-10-07 07:22:33 +0800 | |
|---|---|---|
| committer | 2023-10-07 07:22:33 +0800 | |
| commit | b9a19cef9969643e9b797cc2b9e7863d830a1bd1 (patch) | |
| tree | 9ebdbc8004dc7d7e754818e186d9b573d0866371 /.github/workflows | |
| parent | 441f7dd6638fdfec98e4d761e8d9eff251c617ff (diff) | |
| download | infini-b9a19cef9969643e9b797cc2b9e7863d830a1bd1.tar.gz infini-b9a19cef9969643e9b797cc2b9e7863d830a1bd1.zip | |
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/python-publish.yml | 2 |
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" |
