Skip to content

Commit 0faaa27

Browse files
Fix typo in mkdocs-material installation step and ensure GH_TOKEN is set correctly
1 parent becb2c2 commit 0faaa27

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/Docs.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,14 @@ 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://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
40+
41+
- name: Install plugins
3642
run: |
37-
pip install mkdocs-material
3843
pip install mkdocs-git-authors-plugin
3944
pip install mkdocs-git-revision-date-localized-plugin
4045
pip install mkdocs-git-committers-plugin-2

0 commit comments

Comments
 (0)