We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3547155 commit ebf0287Copy full SHA for ebf0287
.github/workflows/documentation.yml
@@ -67,6 +67,10 @@ jobs:
67
env:
68
GH_TOKEN: ${{ secrets.GH_TOKEN }}
69
run: |
70
+ # Warning: please don't use this method when installing Insiders from
71
+ # CI! We have to do it this way in order to allow for overrides on our
72
+ # own documentation, but you should stick to the method we recommend
73
+ # in the publishing guide – see https://bit.ly/3zjdJtw
74
git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
75
pip install -e mkdocs-material-insiders
76
cp mkdocs-material-insiders/mkdocs.yml mkdocs.yml
0 commit comments