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

This commit is contained in:
kyle-admin
2025-10-27 03:26:11 -07:00
parent 69e4fa1307
commit 21dfa82b14

View File

@@ -11,12 +11,10 @@ jobs:
- uses: actions/checkout@v4
- name: Install mkdocs
run: |
sudo apt update
sudo apt update && sudo apt upgrade -y
sudo apt install python3 python3-pip
cd ./root/
- name: Build Mkdocs
run: |
cd ./root/
pip install -r requirements.txt
mkdocs build
mv ./docs/sitemap.xml ./site/sitemap.xml