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

This commit is contained in:
xeovalyte 2024-01-18 14:14:21 +01:00
parent c36cb57611
commit 06f890f6af

View File

@ -13,9 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: sudo apt update
- run: sudo apt install python3-pip
- run: pip install mkdocs-material
- run: mkdocs build