Skip to content

Commit 16f9d56

Browse files
committed
docs
1 parent baf3471 commit 16f9d56

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/deploy-mkdocs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727

2828
- name: Install the dependencies
2929
run: |
30-
pip install \
31-
"mkdocs>=1.6.1" \
32-
"mkdocs-gen-files>=0.5.0" \
33-
"mkdocs-jupyter>=0.25.1" \
34-
"mkdocs-literate-nav>=0.6.2" \
35-
"mkdocs-material>=9.6.12" \
36-
"mkdocs-section-index>=0.3.10" \
37-
"mkdocstrings[python]>=0.29.1" \
30+
pip install `
31+
"mkdocs>=1.6.1" `
32+
"mkdocs-gen-files>=0.5.0" `
33+
"mkdocs-jupyter>=0.25.1" `
34+
"mkdocs-literate-nav>=0.6.2" `
35+
"mkdocs-material>=9.6.12" `
36+
"mkdocs-section-index>=0.3.10" `
37+
"mkdocstrings[python]>=0.29.1"
3838
3939
- name: Build MkDocs
4040
run: mkdocs build --site-dir ./deploy

0 commit comments

Comments
 (0)