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

This commit is contained in:
xeovalyte 2024-01-18 14:16:06 +01:00
parent c8a5f8606b
commit 650cd893a3

View File

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