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:30:27 +00:00
parent 0a753df23a
commit e69c488e4d

View File

@@ -12,7 +12,7 @@ jobs:
- name: Install mkdocs
run: |
sudo apt update && sudo apt upgrade -y
sudo apt install python3 python3-pip python3-mkdocs -y
sudo apt install python3 python3-pip mkdocs -y
- name: Build Mkdocs
run: |
pip install -r requirements.txt