diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fa5866..dac3f16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,2 @@ +# The Docker image that will be used to build your app image: ruby - -pages: - stage: build - script: - - gem install jekyll - - jekyll build -d public - artifacts: - paths: - - public - only: - - master \ No newline at end of file