Skip to content

Commit 9e7e99c

Browse files
committed
pip install mkdocs-open-in-new-tab
1 parent 65b4607 commit 9e7e99c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)