Docs: Add missing pages

This commit is contained in:
shamoon
2025-07-16 22:12:32 -07:00
parent 7f630fd77f
commit c48cf71d59
3 changed files with 13 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ jobs:
- run: sudo apt-get install pngquant
- run: pip install mkdocs-material mkdocs-redirects "mkdocs-material[imaging]"
- name: Test Docs Build
run: mkdocs build
run: MKINSIDERS=false mkdocs build
deploy:
name: Build & Deploy Docs
if: github.repository == 'gethomepage/homepage' && github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
@@ -70,8 +70,9 @@ jobs:
restore-keys: |
mkdocs-material-
- run: sudo apt-get install pngquant
- run: pip install git+https://${GH_TOKEN}@github.com/benphelps/mkdocs-material-insiders.git
- run: pip install mkdocs-redirects "mkdocs-material[imaging]"
- name: Docs Deploy
run: mkdocs gh-deploy --force
run: MKINSIDERS=true mkdocs gh-deploy --force
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}