We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c5e9a commit 98b51dbCopy full SHA for 98b51db
.github/workflows/documentation.yml
@@ -75,12 +75,15 @@ 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
- cp mkdocs-material-insiders/mkdocs.yml mkdocs.yml
+ cd mkdocs-material-insiders
79
+ rm -rf docs
80
+ ln -s ../docs
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