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 043d7ce commit 68d57f2Copy full SHA for 68d57f2
.github/workflows/ci.yml
@@ -11,12 +11,9 @@ jobs:
11
deploy:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
15
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
16
with:
17
python-version: 3.8
18
- - run: pip install mkdocs-material
19
- pip install mkdocs-glightbox
20
-
21
+ - run: pip install -r requirements.txt
22
- run: mkdocs gh-deploy --force
requirements.txt
@@ -0,0 +1,11 @@
1
+# requirements for core
2
+mergedeep
3
+mkdocs-material
4
+cairosvg
5
+pillow
6
+
7
+#requirements for intergration
8
9
+mkdocs-awesome-pages-plugin
10
+mkdocs-glightbox
+mkdocs-open-in-new-tab
0 commit comments