1
0
مراية لـ https://github.com/Mabbs/mabbs.github.io تم المزامنة 2026-07-20 06:21:51 +00:00

Update deploy.sh

هذا الالتزام موجود في:
mayx
2022-01-24 14:56:35 +00:00
الأصل 1fb70c29f0
التزام a0cdec8592

عرض الملف

@@ -1,11 +1,11 @@
#!/bin/bash
wget https://github.com/Mabbs/Mabbs/raw/main/README.md
wget -O Mabbs.md https://github.com/Mabbs/Mabbs/raw/main/README.md
mkdir Mabbs
echo "---
layout: default
---" > Mabbs/index.md
cat README.md >> Mabbs/index.md
rm -rf README.md
cat Mabbs.md >> Mabbs/index.md
rm -rf Mabbs.md
rm -rf .git/
bundle exec jekyll build -d public
rm -rf .jekyll-cache/