Use direct mkdocs-material download

This commit is contained in:
Andre601 2024-01-13 16:02:11 +01:00
parent 373f2fa92b
commit 569d71c874
No known key found for this signature in database
GPG Key ID: 90E82BD59347A86C
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ jobs:
- name: Update Pip and Setuptools
run: python -m pip install -U pip setuptools
- name: Install dependencies
run: python -m pip install -r requirements.txt
run: python -m pip install mkdocs-material
- name: Build pages
run: mkdocs build
- name: Configure GitHub Pages