File tree Expand file tree Collapse file tree 4 files changed +22
-12
lines changed Expand file tree Collapse file tree 4 files changed +22
-12
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
- name : Install Python
17
17
uses : actions/setup-python@v4
18
18
with :
19
- python-version : ' 3.12 '
19
+ python-version : ' 3.11 '
20
20
- name : Install dependencies
21
- run : pip install --no-deps -r docs /requirements.txt
21
+ run : pip install --no-deps -r requirements /requirements-docs .txt
22
22
- name : Fetch branch
23
23
run : git fetch origin v1:v1
24
24
- name : Build site
25
- run : mkdocs build -f docs/mkdocs.yml
25
+ run : mkdocs build -f docs/mkdocs.yml --strict
26
26
- name : Upload to GitHub Pages
27
27
uses : actions/upload-pages-artifact@v2
28
28
with :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ [env ]
2
+ requires = [
3
+ " hatch-mkdocs" ,
4
+ " hatch-pip-compile" ,
5
+ ]
6
+
7
+ [env .collectors .mkdocs .docs ]
8
+ path = " docs/mkdocs.yml"
9
+ [envs .docs ]
10
+ type = " pip-compile"
11
+ pip-compile-hashes = false
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.12
3
- # by the following command:
2
+ # This file is autogenerated by hatch-pip-compile with Python 3.11
4
3
#
5
- # pip-compile requirements.in
4
+ # - mkdocs
5
+ # - mkdocs-gen-files
6
+ # - mkdocs-macros-plugin
7
+ # - mkdocs-material
8
+ # - mkdocs-same-dir
9
+ # - pymdown-extensions
6
10
#
11
+
7
12
babel==2.13.0
8
13
# via mkdocs-material
9
14
certifi==2023.7.22
You can’t perform that action at this time.
0 commit comments