Update .gitea/workflows/deploy.yaml
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 54s

This commit is contained in:
2025-10-27 10:33:46 +00:00
parent 2cc909d4f7
commit 011c87542f

View File

@@ -15,7 +15,6 @@ jobs:
sudo apt install python3 python3-pip mkdocs mkdocs-material -y
- name: Build Mkdocs
run: |
pip install -r requirements.txt
mkdocs build
mv ./docs/sitemap.xml ./site/sitemap.xml
- name: Setup Pages