Skip to content

Commit

Permalink
chg ! use python 3.12 in doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vitali-yanushchyk-valor committed Dec 4, 2024
1 parent 322f2b5 commit bf00eaa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
9 changes: 5 additions & 4 deletions .github/file-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ lint:
- 'pyproject.toml'

docs:
- added|modified: './docs/**/*'
- modified: './src/hope_dedup_engine/config/__init__.py'
- modified: './github/workflows/docs.yml'
- modified: './github/file-filters.yml'
- added|modified: '.docs/**/*'
- modified: '.src/hope_dedup_engine/config/__init__.py'
- modified: '.github/workflows/docs.yml'
- modified: '.github/file-filters.yml'
- modified: 'mkdocs.yml'
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
PYTHONPATH: src/
steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'

- uses: yezz123/setup-uv@v4

- uses: actions/cache/restore@v4
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ plugins:
default_handler: python
- awesome-pages
- search
- gen-files:
scripts:
- docs/_scripts/get_settings.py
# - gen-files:
# scripts:
# - docs/_scripts/get_settings.py
watch:
- src/

Expand Down

0 comments on commit bf00eaa

Please sign in to comment.