Skip to content

Commit

Permalink
Fix mkdocs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLepelaars committed Sep 30, 2024
1 parent d127932 commit ae62854
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

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

Expand All @@ -30,7 +30,10 @@ jobs:
- name: Install dependencies
run: |
uv pip install 'setuptools[pkg_resources]'
uv pip install mkdocs mkdocs-material
uv pip install mkdocs mkdocs-material mkdocstrings mkdocstrings-python
- name: Install project
run: uv pip install -e .

- name: Build the MkDocs site
run: mkdocs build
Expand Down

0 comments on commit ae62854

Please sign in to comment.