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 4a8a9a1 commit 57dac0aCopy full SHA for 57dac0a
.github/workflows/ci.yml
@@ -1,6 +1,5 @@
1
name: ci
2
3
-
4
on:
5
push:
6
branches:
@@ -17,7 +16,5 @@ jobs:
17
16
- uses: actions/setup-python@v5
18
with:
19
python-version: 3.x
20
- - run: pip install mkdocs-material
21
- pip install mkdocs-awesome-pages-plugin
22
-# pip install mkdocs-glightbox
+ - run: pip install -r requirements.txt
23
- run: mkdocs gh-deploy --force
requirements.txt
@@ -0,0 +1,10 @@
+# requirements for core
+mergedeep
+mkdocs-material
+cairosvg
+pillow
+
7
+#requirements for intergration
8
9
+mkdocs-awesome-pages-plugin
10
+mkdocs-glightbox
0 commit comments