update typo in sed command
This commit is contained in:
parent
54548303fc
commit
026db22b6c
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ pages:
|
||||||
# Now go build the site we actually want to deploy.
|
# Now go build the site we actually want to deploy.
|
||||||
- cd ..
|
- cd ..
|
||||||
- mv simulated-butter-usb.html butter-usb.html # simulate the drive being inserted
|
- mv simulated-butter-usb.html butter-usb.html # simulate the drive being inserted
|
||||||
- sed -i "s/base_url.*/base_url: 'butter-box-ui'" _config.yml
|
- sed -i 's/baseurl.*/baseurl: "butter-box-ui"/' _config.yml
|
||||||
- bundle exec jekyll build -d public
|
- bundle exec jekyll build -d public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue