We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b51db commit 2569d4fCopy full SHA for 2569d4f
.github/workflows/documentation.yml
@@ -75,15 +75,14 @@ jobs:
75
# in the publishing guide – see https://bit.ly/3zjdJtw
76
git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
77
pip install -e mkdocs-material-insiders
78
- cd mkdocs-material-insiders
79
- rm -rf docs
80
- ln -s ../docs
+ cp mkdocs-material-insiders/mkdocs.yml mkdocs.yml
+ rm -rf material
+ cp -r mkdocs-material-insiders/material material
81
82
- name: Deploy documentation
83
env:
84
GH_TOKEN: ${{ secrets.GH_TOKEN }}
85
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
86
run: |
87
88
mkdocs gh-deploy --force
89
mkdocs --version
0 commit comments