mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-09-10 04:15:23 +02:00
Update 3 files
- /deploy.sh - /_data/proxylist.yml - /_data/ai-cache.json
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user