Skip to content

Commit ed788b4

Browse files
authoredOct 22, 2024
docs: minor maintenance (#368)
1 parent a979b0e commit ed788b4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
 

‎.github/workflows/build-docs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2121
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2222
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
2525
- run: mkdocs build --strict --verbose --site-dir=./site
2626

2727
# - name: build FHIR IG

‎docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mkdocs-material==9.5.42

‎mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repo_name: miracum/recruit
77
repo_url: https://github.com/miracum/recruit
88
edit_uri: ""
99

10-
copyright: Copyright © 2023 miracum.org
10+
copyright: Copyright © 2024 miracum.org
1111

1212
markdown_extensions:
1313
- toc:

0 commit comments

Comments
 (0)