~xdavidwu/xdavidwu.link

4a8874a84ef54edd473c74237d5ac600131cab2f — xdavidwu 3 years ago 56b66ea
ci: remove unneeded command, use nproc, use alpine
1 files changed, 3 insertions(+), 3 deletions(-)

M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +3 -3
@@ 1,4 1,4 @@
image: ruby:latest
image: ruby:alpine

variables:
  JEKYLL_ENV: production


@@ 8,10 8,10 @@ variables:
pages:
  stage: deploy
  before_script:
  - apk add git make gcc musl-dev g++
  - mkdir -p .bundler
  - bundle install -j 24 --path .bundler
  - bundle install -j $(nproc) --path .bundler
  script:
  - bundle exec rougify style base16.dark >> assets/css/main.scss
  - bundle exec jekyll build -d public
  artifacts:
    paths: