This commit is contained in:
parent
6a2c5a7d38
commit
6750ce8589
@ -3,13 +3,15 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout master
|
- name: Checkout master
|
||||||
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@v1
|
uses: https://gitea.com/actions/setup-python@v2
|
||||||
|
with:
|
||||||
|
python-version: 3.9.1
|
||||||
|
|
||||||
- name: Install Material for MkDocs
|
- name: Install Material for MkDocs
|
||||||
run: pip install mkdocs-material
|
run: pip install mkdocs-material
|
||||||
|
Loading…
x
Reference in New Issue
Block a user