Update .gitlab-ci.yml

This commit is contained in:
Brendan Greenlee 2025-02-22 23:32:04 +00:00
parent c3447cf3a3
commit 43bcce8122

View file

@ -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