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.
pip install
1 parent 53194d7 commit ee21bc1Copy full SHA for ee21bc1
.github/workflows/main.yml
@@ -21,7 +21,8 @@ jobs:
21
with:
22
key: ${{ github.ref }}
23
path: .cache
24
- - run: pip install mkdocs-material
25
- - run: pip install mkdocs-glightbox
26
- - run: pip install mkdocs-git-revision-date-localized-plugin
27
- - run: mkdocs gh-deploy --force
+ - run: pip install \
+ mkdocs-material \
+ mkdocs-glightbox \
+ mkdocs-git-revision-date-localized-plugin
28
+ - run: mkdocs gh-deploy --force
0 commit comments