Run test docs build without insiders

This commit is contained in:
shamoon 2023-10-01 01:25:22 -07:00
parent d365885e45
commit 726123a19e

View File

@ -48,9 +48,9 @@ jobs:
mkdocs-material- mkdocs-material-
- run: sudo apt-get install pngquant - run: sudo apt-get install pngquant
- run: pip install mike - run: pip install mike
- run: pip install git+https://${GH_TOKEN}@github.com/benphelps/mkdocs-material-insiders.git - run: pip install mkdocs-material
- name: Test Docs Build - name: Test Docs Build
run: MKINSIDERS=true mkdocs build run: MKINSIDERS=false mkdocs build
deploy: deploy:
needs: changes needs: changes
name: Build & Deploy name: Build & Deploy