Grab app store as content pack
This commit is contained in:
parent
5657869faa
commit
8912b3604c
1 changed files with 5 additions and 0 deletions
|
|
@ -43,6 +43,11 @@ pages:
|
|||
# Now go build the site we actually want to deploy.
|
||||
# simulate the drive being inserted
|
||||
- mv simulated-usb-butter usb-butter
|
||||
# Get the latest build of the FDroid PWA for butter
|
||||
- curl https://likebutter.gitlab.io/fdroid-webdash-butter/public.zip -o fdroid-webdash-butter.zip
|
||||
- unzip fdroid-webdash-butter.zip
|
||||
- mv build/web/* usb-butter/appstore
|
||||
# TODO: Place a sample app store here
|
||||
- "sed -i 's/^baseurl.*/baseurl: \"\\/butter-box-ui\"/' _config.yml"
|
||||
- "sed -i 's/^usb_butter_url.*/usb_butter_url: \"\\/butter-box-ui\\/usb-butter\\/\"/' _config.yml"
|
||||
- bundle exec jekyll build -d public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue