From 8912b3604c47cd2904603d03c5227562afb97ef4 Mon Sep 17 00:00:00 2001 From: John Hess Date: Tue, 18 Feb 2025 11:58:59 -0600 Subject: [PATCH] Grab app store as content pack --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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