Update .gitlab-ci.yml

This commit is contained in:
rubenwardy 2022-03-21 00:39:02 +00:00
parent fb99ab6d6c
commit 6c8ef461b7

View File

@ -24,7 +24,7 @@ pages:
before_script: before_script:
- rm Gemfile.lock - rm Gemfile.lock
script: script:
- bundle exec jekyll build -d public - bundle exec jekyll build -d public --baseurl /minetest_modding_book
artifacts: artifacts:
paths: paths:
- public - public