mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI.git
synced 2025-01-11 19:00:49 +01:00
Use direct mkdocs-material download
This commit is contained in:
parent
373f2fa92b
commit
569d71c874
2
.github/workflows/publish_site.yml
vendored
2
.github/workflows/publish_site.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user