diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75a3cd2..fdb248a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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