We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2e8bb commit 3ca285cCopy full SHA for 3ca285c
1 file changed
.github/workflows/jekyll-gh-pages.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
fetch-depth: 0
19
- uses: actions/setup-python@v2
20
- - run: pip install --upgrade pip && pip install mkdocs mkdocs-gen-files
+ - run: pip install --upgrade pip && pip install mkdocs mkdocs-gen-files mkdocs-material mkdocs-monorepo-plugin
21
- run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
22
- name: Publish docs
23
run: mkdocs gh-deploy
0 commit comments