This commit is contained in:
John Hess 2024-06-04 23:18:16 -05:00
parent 86695cccf5
commit 54548303fc
2 changed files with 6 additions and 0 deletions

View file

@ -26,6 +26,11 @@ pages:
- cd public
- zip -r ../site.zip ./
- 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/base_url.*/base_url: 'butter-box-ui'" _config.yml
- bundle exec jekyll build -d public
artifacts:
paths:
- public

1
usb-butter.html Normal file
View file

@ -0,0 +1 @@
<!-- This simulates a drive being plugged in. CI moves this into place as /usb-butter. You can too. -->