Skip to content

Commit 4200bb9

Browse files
committed
ci: Refined mkdoc github action steps
1 parent 1158dba commit 4200bb9

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ jobs:
1717
with:
1818
python-version: "3.9.23"
1919

20+
- name: Install pdm
21+
run: pip install pdm==2.25.2
22+
2023
- name: Install MkDocs toolchain
21-
run: |
22-
pip install \
23-
pdm==2.25.2
24-
mkdocs==1.6.1 \
25-
mkdocs-material==9.6.15 \
26-
mkdocs-awesome-pages-plugin==2.9.2
24+
run: pdm install
2725

2826
- name: Build documentation
2927
run: pdm mkdocs-build

0 commit comments

Comments
 (0)