modified: .gitea/workflows/deploy.yaml
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 11s

This commit is contained in:
kyle-admin
2025-10-27 03:24:42 -07:00
parent 6c270f3b4a
commit 69e4fa1307

View File

@@ -12,7 +12,7 @@ jobs:
- name: Install mkdocs
run: |
sudo apt update
sudo apt install python3 python3-pip python3-mkdocs
sudo apt install python3 python3-pip
cd ./root/
- name: Build Mkdocs
run: |