Skip to content

Commit 48d0118

Browse files
committed
use pip3 instance pip
1 parent 292e0a3 commit 48d0118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- uses: actions/setup-python@v4
1414
with:
1515
python-version: 3.x
16-
- run: pip install mkdocs-material
17-
- run: pip install mkdocs-git-revision-date-localized-plugin
16+
- run: pip3 install mkdocs-material
17+
- run: pip3 install mkdocs-git-revision-date-localized-plugin
1818
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)