Update .gitea/workflows/pages.yml
Some checks failed
Continuous Integration / build (push) Failing after 7s

This commit is contained in:
xeovalyte 2024-01-18 15:16:57 +01:00
parent ccc48f5375
commit 17845d2dba

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- run: apt update -y
- run: apt install python-pip3 -y
- run: apt install python3 -y
- run: pip3 install mkdocs-material
- run: mkdocs build