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