update typo in sed command

This commit is contained in:
John Hess 2024-06-04 23:31:20 -05:00
parent 54548303fc
commit 026db22b6c

View file

@ -29,7 +29,7 @@ pages:
# 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/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
artifacts:
paths: