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 0f97a60 commit 0ce12f5Copy full SHA for 0ce12f5
.github/workflows/build_documentation.yml
@@ -34,7 +34,7 @@ jobs:
34
python-version: 3.x
35
36
- name: Install Python dependencies
37
- run: pip install mkdocs-monorepo-plugin mkdocs-redirects mkdocs-git-authors-plugin mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 Pillow 'mkdocs-material[imaging]'
+ run: pip install -r requirements.txt
38
39
- name: Set up build cache
40
run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
requirements.txt
@@ -0,0 +1,5 @@
1
+mkdocs-monorepo-plugin
2
+mkdocs-redirects
3
+mkdocs-git-revision-date-localized-plugin
4
+mkdocs-git-committers-plugin-2
5
+Pillow
0 commit comments