Update .gitlab-ci.yml file
This commit is contained in:
parent
a3ba6fb507
commit
c25ce09cd8
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ pages:
|
||||||
# simulate the drive being inserted
|
# simulate the drive being inserted
|
||||||
- mv simulated-usb-butter usb-butter
|
- mv simulated-usb-butter usb-butter
|
||||||
- "sed -i 's/^baseurl.*/baseurl: \"\\/butter-box-ui\"/' _config.yml"
|
- "sed -i 's/^baseurl.*/baseurl: \"\\/butter-box-ui\"/' _config.yml"
|
||||||
- "sed -i 's/^usb_butter_url.*/usb_butter_url: \"\/butter-box-ui\/\usb-butter\/\"/' _config.yml"
|
- "sed -i 's/^usb_butter_url.*/usb_butter_url: \"\/butter-box-ui\/usb-butter\/\"/' _config.yml"
|
||||||
- bundle exec jekyll build -d public
|
- bundle exec jekyll build -d public
|
||||||
# Now move the zip into the public dir so it gets served.
|
# Now move the zip into the public dir so it gets served.
|
||||||
- mv ./site-en.zip ./public/site-en.zip
|
- mv ./site-en.zip ./public/site-en.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue