This commit is contained in:
parent
4227e7338f
commit
17d6206be2
@ -4,14 +4,12 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: python:3.9
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout master
|
- name: Checkout master
|
||||||
uses: https://gitea.com/actions/checkout@v4
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Check the Python installation
|
- name: Install Python
|
||||||
run: python3 --version
|
run: apt-get install python3.9
|
||||||
|
|
||||||
- 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