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: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-python@v4 - run: sudo apt update
with: - run: sudo apt install python3-pip
python-version: "3.10"
- run: pip install mkdocs-material - run: pip install mkdocs-material
- run: mkdocs build - run: mkdocs build