mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI.git
synced 2025-02-04 14:41:43 +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
|
- name: Update Pip and Setuptools
|
||||||
run: python -m pip install -U pip setuptools
|
run: python -m pip install -U pip setuptools
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: python -m pip install -r requirements.txt
|
run: python -m pip install mkdocs-material
|
||||||
- name: Build pages
|
- name: Build pages
|
||||||
run: mkdocs build
|
run: mkdocs build
|
||||||
- name: Configure GitHub Pages
|
- name: Configure GitHub Pages
|
||||||
|
Loading…
Reference in New Issue
Block a user