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

更新 deploy.sh, .gitlab-ci.yml

هذا الالتزام موجود في:
mayx
2022-01-24 14:44:13 +00:00
الأصل 3c15c9e3b2
التزام 1769ac0a72
2 ملفات معدلة مع 14 إضافات و17 حذوفات

عرض الملف

@@ -16,26 +16,10 @@ before_script:
- gem install bundler
- bundle install
test:
stage: test
script:
- bundle exec jekyll build -d test
artifacts:
paths:
- test
except:
variables:
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
pages:
stage: deploy
script:
- wget -O Mabbs/index.html https://mabbs.github.io/Mabbs/
- rm -rf .git/
- bundle exec jekyll build -d public
- rm -rf .jekyll-cache/
- tar czvf ../MayxBlog.tgz .
- mv ../MayxBlog.tgz public/
- bash deploy.sh
artifacts:
paths:
- public