Skip to content

Commit b125842

Browse files
Fix environment variable reference for mkdocs-material installation
1 parent becb2c2 commit b125842

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/Docs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ jobs:
3232

3333
- uses: actions/configure-pages@v5
3434

35-
- name: Install mkdoks-material
35+
- name: Install mkdocs-material
36+
env:
37+
GH_TOKEN: ${{ secrets.MATERIAL_FOR_MKDOCS_INSIDER_PAT }}
38+
run: |
39+
pip install git+https://$env:GH_TOKEN@github.com/squidfunk/mkdocs-material-insiders.git
40+
41+
- name: Install plugins
3642
run: |
3743
pip install mkdocs-material
3844
pip install mkdocs-git-authors-plugin

0 commit comments

Comments
 (0)