Update .gitlab-ci.yml

pipelines/455009308
mayx 2022-01-24 13:41:34 +00:00
parent 8f52b93eae
commit e805879cc9
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ pages:
stage: deploy
script:
- bundle exec jekyll build -d public
- tar czvf MayxBlog.tgz .
- mv MayxBlog.tgz public/
artifacts:
paths:
- public