new CI
This commit is contained in:
parent
86695cccf5
commit
54548303fc
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue