We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95e1dc commit 903d17eCopy full SHA for 903d17e
2 files changed
.github/workflows/ci.yml
@@ -1,8 +1,7 @@
1
-name: ci
+name: ci
2
on:
3
push:
4
branches:
5
- - master
6
- main
7
permissions:
8
contents: write
@@ -18,5 +17,7 @@ jobs:
18
17
with:
19
key: ${{ github.ref }}
20
path: .cache
21
- - run: pip install mkdocs-material
22
- - run: mkdocs gh-deploy --force
+ - run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
+ - run: mkdocs gh-deploy --force
+env:
23
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
mkdocs.yml
@@ -22,8 +22,8 @@ theme:
- toc.follow
24
plugins:
25
+ - table-reader
26
- search
- - table-reader
27
28
extra_css:
29
- stylesheets/extra.css
0 commit comments