1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-12 17:26:19 +00:00

Improve mkdocs sanity check

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-08-23 22:43:26 +12:00
parent e52c4bfcea
commit f938589437

View File

@@ -21,7 +21,7 @@ jobs:
run: python3 -m pip install -r requirements.txt
- name: Install mkdocs-material
run: python3 pip install mkdocs-material
run: python3 -m pip install mkdocs-material
- name: Test mkdocs builds
run: python3 -m mkdocs build