Commit ed788b4 1 parent a979b0e commit ed788b4 Copy full SHA for ed788b4
File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
21
21
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
22
22
with :
23
- python-version : 3.x
24
- - run : pip install mkdocs-material==9.*
23
+ python-version : " 3.12 "
24
+ - run : pip install -r docs/requirements.txt
25
25
- run : mkdocs build --strict --verbose --site-dir=./site
26
26
27
27
# - name: build FHIR IG
Original file line number Diff line number Diff line change
1
+ mkdocs-material == 9.5.42
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repo_name: miracum/recruit
7
7
repo_url : https://github.com/miracum/recruit
8
8
edit_uri : " "
9
9
10
- copyright : Copyright © 2023 miracum.org
10
+ copyright : Copyright © 2024 miracum.org
11
11
12
12
markdown_extensions :
13
13
- toc :
You can’t perform that action at this time.
0 commit comments