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 baf3471 commit 16f9d56Copy full SHA for 16f9d56
.github/workflows/deploy-mkdocs.yml
@@ -27,14 +27,14 @@ jobs:
27
28
- name: Install the dependencies
29
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" \
+ pip install `
+ "mkdocs>=1.6.1" `
+ "mkdocs-gen-files>=0.5.0" `
+ "mkdocs-jupyter>=0.25.1" `
+ "mkdocs-literate-nav>=0.6.2" `
+ "mkdocs-material>=9.6.12" `
+ "mkdocs-section-index>=0.3.10" `
+ "mkdocstrings[python]>=0.29.1"
38
39
- name: Build MkDocs
40
run: mkdocs build --site-dir ./deploy
0 commit comments