Fix .gitlab-ci.yml
This commit is contained in:
parent
6494e4b341
commit
f6f17982a2
@ -6,6 +6,7 @@ variables:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- rm Gemfile.lock
|
- rm Gemfile.lock
|
||||||
|
- bundle install
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
@ -21,8 +22,6 @@ test:
|
|||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
interruptible: true
|
interruptible: true
|
||||||
before_script:
|
|
||||||
- rm Gemfile.lock
|
|
||||||
script:
|
script:
|
||||||
- bundle exec jekyll build -d public --baseurl /minetest_modding_book
|
- bundle exec jekyll build -d public --baseurl /minetest_modding_book
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user