Skip to content

Commit 903d17e

Browse files
committed
update
1 parent d95e1dc commit 903d17e

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
name: ci
1+
name: ci
22
on:
33
push:
44
branches:
5-
- master
65
- main
76
permissions:
87
contents: write
@@ -18,5 +17,7 @@ jobs:
1817
with:
1918
key: ${{ github.ref }}
2019
path: .cache
21-
- run: pip install mkdocs-material
22-
- run: mkdocs gh-deploy --force
20+
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
21+
- run: mkdocs gh-deploy --force
22+
env:
23+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ theme:
2222
- toc.follow
2323

2424
plugins:
25+
- table-reader
2526
- search
26-
- table-reader
2727

2828
extra_css:
2929
- stylesheets/extra.css

0 commit comments

Comments
 (0)