mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added a note in GitHub Actions
This commit is contained in:
parent
3547155aa9
commit
ebf02870fe
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
@ -67,6 +67,10 @@ jobs:
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
run: |
|
||||
# Warning: please don't use this method when installing Insiders from
|
||||
# CI! We have to do it this way in order to allow for overrides on our
|
||||
# own documentation, but you should stick to the method we recommend
|
||||
# in the publishing guide – see https://bit.ly/3zjdJtw
|
||||
git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
|
||||
pip install -e mkdocs-material-insiders
|
||||
cp mkdocs-material-insiders/mkdocs.yml mkdocs.yml
|
||||
|
Loading…
Reference in New Issue
Block a user