This commit is contained in:
parent
b36d0ad74d
commit
f25ab10926
@ -9,12 +9,12 @@ jobs:
|
|||||||
uses: https://gitea.com/actions/checkout@v4
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: https://gitea.com/actions/setup-python@v4
|
run: |
|
||||||
with:
|
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||||
python-version: '3.9'
|
python3.9 get-pip.py
|
||||||
|
|
||||||
- name: Install Material for MkDocs
|
- name: Install Material for MkDocs
|
||||||
run: pip install mkdocs-material
|
run: python3.9 -m pip install mkdocs-material
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: https://gitea.com/actions/setup-node@v4
|
uses: https://gitea.com/actions/setup-node@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user