From 54548303fc07d17cc584e2cb6ad7046a0c27a5a3 Mon Sep 17 00:00:00 2001 From: John Hess Date: Tue, 4 Jun 2024 23:18:16 -0500 Subject: [PATCH] new CI --- .gitlab-ci.yml | 5 +++++ usb-butter.html | 1 + 2 files changed, 6 insertions(+) create mode 100644 usb-butter.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6555fa..a99689c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/usb-butter.html b/usb-butter.html new file mode 100644 index 0000000..4c0bee7 --- /dev/null +++ b/usb-butter.html @@ -0,0 +1 @@ + \ No newline at end of file