diff options
| author | 2023-10-07 07:22:20 +0800 | |
|---|---|---|
| committer | 2023-10-07 07:22:20 +0800 | |
| commit | 441f7dd6638fdfec98e4d761e8d9eff251c617ff (patch) | |
| tree | fecdc7620a226e7bf5e94137950c44df524589d5 /.github/workflows/pages.yml | |
| parent | bc7d3e9bdbede27b7afb5e9054794c002b1b1ed3 (diff) | |
| download | infini-441f7dd6638fdfec98e4d761e8d9eff251c617ff.tar.gz infini-441f7dd6638fdfec98e4d761e8d9eff251c617ff.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 a7b573a8..ac563043 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 + pip install pdm, mike pdm install -G doc - name: Build Documentation |
