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

This commit is contained in:
xeovalyte 2024-01-18 14:08:51 +01:00
parent d1a4c7ee07
commit bde3c99d4b

View File

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