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 292e0a3 commit 48d0118Copy full SHA for 48d0118
.github/workflows/docs.yml
@@ -13,6 +13,6 @@ jobs:
13
- uses: actions/setup-python@v4
14
with:
15
python-version: 3.x
16
- - run: pip install mkdocs-material
17
- - run: pip install mkdocs-git-revision-date-localized-plugin
+ - run: pip3 install mkdocs-material
+ - run: pip3 install mkdocs-git-revision-date-localized-plugin
18
- run: mkdocs gh-deploy --force
0 commit comments