We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903d17e commit 49c29a7Copy full SHA for 49c29a7
1 file changed
.github/workflows/ci.yml
@@ -18,6 +18,7 @@ jobs:
18
key: ${{ github.ref }}
19
path: .cache
20
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
21
+ - run: pip install mkdocs-table-reader-plugin
22
- run: mkdocs gh-deploy --force
23
env:
24
GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments