This repository has been archived on 2023-04-23. You can view files and clone it, but cannot push or open issues or pull requests.
|
stages:
|
|
- build
|
|
|
|
build-job:
|
|
stage: build
|
|
script:
|
|
- sudo chmod -R 777 ./
|
|
- sudo bundle install
|
|
- bundle exec jekyll build
|
|
- mv ./_site/ ./blueanimates/
|
|
- rm -R /usr/share/nginx/blueanimates/
|
|
- cp -R ./blueanimates/ /usr/share/nginx/blueanimates/
|
|
- rm -R ./blueanimates/
|