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

This commit is contained in:
xeovalyte 2024-01-18 14:15:34 +01:00
parent 36ba244f07
commit c8a5f8606b

View File

@ -13,8 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: apt update
- run: apt install python3-pip
- run: apt update -Y
- run: apt install python3-pip -Y
- run: pip3 install mkdocs-material
- run: mkdocs build