We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467ff41 commit 796ca85Copy full SHA for 796ca85
.github/workflows/docs.yml
@@ -54,10 +54,12 @@ jobs:
54
env:
55
MKDOCS_INSIDERS_TOKEN: ${{ secrets.MKDOCS_INSIDERS_TOKEN }}
56
run: |
57
- python -m pip install "mkdocs-insiders[imaging] @ git+https://${MKDOCS_INSIDERS_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git" \
+ python -m pip install "mkdocs-material[imaging] @ git+https://${MKDOCS_INSIDERS_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git" \
58
mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 pymdown-extensions Pygments
59
60
- name: Build
61
+ env:
62
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
run: python -m mkdocs build
64
65
- name: Upload Artifact
0 commit comments