We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abf55e commit fddc648Copy full SHA for fddc648
1 file changed
.github/workflows/documentation.yml
@@ -54,6 +54,7 @@ jobs:
54
GH_TOKEN: ${{ secrets.GH_TOKEN }}
55
run: |
56
git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
57
+ pip install -e mkdocs-material-insiders
58
echo "THEME_DIR=mkdocs-material-insiders/material" >> $GITHUB_ENV
59
60
- name: Deploy documentation
0 commit comments