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:12:05 +01:00
parent bde3c99d4b
commit 979144de20

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: 3.10 python-version: "3.10"
- run: pip install mkdocs-material - run: pip install mkdocs-material
- run: mkdocs build - run: mkdocs build