diff options
| author | 2023-10-07 07:23:42 +0800 | |
|---|---|---|
| committer | 2023-10-07 07:23:42 +0800 | |
| commit | 18b72e50957cada4c77f93260a53521881326475 (patch) | |
| tree | 2fcf1ccaaad4b2c7897d1a98a2490f7c023ca146 /.github/workflows/pages.yml | |
| parent | b9a19cef9969643e9b797cc2b9e7863d830a1bd1 (diff) | |
| download | infini-18b72e50957cada4c77f93260a53521881326475.tar.gz infini-18b72e50957cada4c77f93260a53521881326475.zip | |
Diffstat (limited to '.github/workflows/pages.yml')
| -rw-r--r-- | .github/workflows/pages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index ac563043..709f5e1d 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -28,7 +28,7 @@ jobs: mkdocs-material- - run: | pip install -r requirements.txt - pip install pdm, mike + pip install pdm mike pdm install -G doc - name: Build Documentation |
