diff options
| author | 2023-10-07 07:26:01 +0800 | |
|---|---|---|
| committer | 2023-10-07 07:26:01 +0800 | |
| commit | 92570a9ce914d097080f7c6dd1642129fa576cac (patch) | |
| tree | af4aecc5ecc3393ec566d211fa67de78a853c214 /.github/workflows/pages.yml | |
| parent | 18b72e50957cada4c77f93260a53521881326475 (diff) | |
| download | infini-92570a9ce914d097080f7c6dd1642129fa576cac.tar.gz infini-92570a9ce914d097080f7c6dd1642129fa576cac.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 709f5e1d..8796b1eb 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 mkdocstrings pdm install -G doc - name: Build Documentation |
