Fix .gitlab-ci.yml
This commit is contained in:
parent
6494e4b341
commit
f6f17982a2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user