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 a2f29d4 commit 87071a8Copy full SHA for 87071a8
.github/workflows/mkdocs.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
python-version: 3.x
35
- name: Prepare system
36
- run: pip install --user mkdocs mkdocs-material pymdown-extensions pygments markdown-blockdiag mkdocs-bibtex markdown-aafigure mkdocs-build-plantuml-plugin 'Pillow' 'Markdown'
+ run: pip install --user -r requirements.txt
37
- name: Checkout
38
uses: actions/checkout@v5
39
- name: Setup Pages
requirements.txt
@@ -0,0 +1,11 @@
1
+mkdocs
2
+mkdocs-material
3
+pymdown-extensions
4
+pygments
5
+markdown-blockdiag
6
+mkdocs-bibtex
7
+markdown-aafigure
8
+mkdocs-build-plantuml-plugin
9
+Pillow
10
+Markdown
11
+mkdocs-mermaid2-plugin
0 commit comments