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

This commit is contained in:
kyle-admin
2025-10-27 03:21:30 -07:00
parent cd9e2ebd54
commit 5ef50526c5

View File

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