Fix .gitlab-ci.yml

This commit is contained in:
rubenwardy 2022-06-07 18:05:28 +01:00
parent 6494e4b341
commit f6f17982a2

View File

@ -6,6 +6,7 @@ variables:
before_script:
- rm Gemfile.lock
- bundle install
test:
stage: test
@ -21,8 +22,6 @@ test:
pages:
stage: deploy
interruptible: true
before_script:
- rm Gemfile.lock
script:
- bundle exec jekyll build -d public --baseurl /minetest_modding_book
artifacts: