Update 3 files

- /deploy.sh
- /_data/proxylist.yml
- /_data/ai-cache.json
This commit is contained in:
mayx
2025-07-19 15:16:24 +00:00
parent ba857c724b
commit 53a96b52d6
3 changed files with 7 additions and 11 deletions

View File

@@ -1,11 +1,6 @@
#!/bin/bash
curl -L -o Mabbs.md https://github.com/Mabbs/Mabbs/raw/main/README.md
mkdir Mabbs
echo "---
layout: default
---" > Mabbs/index.md
cat Mabbs.md >> Mabbs/index.md
rm -rf Mabbs.md
curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md
bundle exec jekyll build -d public
tar czvf MayxBlog.tgz public/
mv MayxBlog.tgz public/