Skip to content

Commit 15866d1

Browse files
committed
fix pip install run
1 parent f3a63e5 commit 15866d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
path: .cache
2626
restore-keys: |
2727
mkdocs-material-
28-
- run: pip install mkdocs-material install mkdocs-open-in-new-tab
28+
- run: pip install mkdocs-material mkdocs-open-in-new-tab
2929
- run: mkdocs gh-deploy --force
3030

0 commit comments

Comments
 (0)