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:23:55 -07:00
parent 5ef50526c5
commit 6c270f3b4a

View File

@@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install mkdocs
run: |
sudo apt update
sudo apt install python3 python3-pip python3-mkdocs
cd ./root/
- name: Build Mkdocs