1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00

Fix mkdocs sanity check, WIP on nextcloud

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-08-23 22:39:12 +12:00
parent 58c4206b92
commit e52c4bfcea
2 changed files with 16 additions and 12 deletions

View File

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