From 43bcce8122218673f9ed260ee1f4fc69e582e554 Mon Sep 17 00:00:00 2001 From: Brendan Greenlee Date: Sat, 22 Feb 2025 23:32:04 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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