This commit is contained in:
parent
4227e7338f
commit
17d6206be2
@ -4,14 +4,12 @@ on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: python:3.9
|
||||
steps:
|
||||
- name: Checkout master
|
||||
uses: https://gitea.com/actions/checkout@v4
|
||||
|
||||
- name: Check the Python installation
|
||||
run: python3 --version
|
||||
- name: Install Python
|
||||
run: apt-get install python3.9
|
||||
|
||||
- name: Install Material for MkDocs
|
||||
run: pip install mkdocs-material
|
||||
|
Loading…
x
Reference in New Issue
Block a user