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

This commit is contained in:
kyle-admin
2025-10-27 03:28:02 -07:00
parent 21dfa82b14
commit 0a753df23a

View File

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