Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Dec 3, 2024
1 parent 3dcf7fe commit 04a7a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
- name: Install nandu with mkdocs 📦
- name: Install nandu with mkdocs-material 📦
run: |
python -m pip install mkdocs
python -m pip install mkdocs-material
- name: Build Docs 📚
run: |
make docs

0 comments on commit 04a7a0c

Please sign in to comment.