Use privacyguides fork of mkdocs-material-insiders

This commit is contained in:
Jonah Aragon 2022-04-20 19:58:54 -05:00
parent 95ae693dd0
commit d1f9813c3b
No known key found for this signature in database
GPG Key ID: E147BA439A59846D

View File

@ -37,7 +37,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
git clone --depth 1 https://${GH_TOKEN}@github.com/privacyguides/mkdocs-material-insiders.git
pip install -e mkdocs-material-insiders
- name: Build website