From 7a878a03325e522d34e208a111a5606f4906b054 Mon Sep 17 00:00:00 2001 From: John Hess Date: Tue, 4 Jun 2024 23:32:05 -0500 Subject: [PATCH] update typo in sed command --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3762ae..55e68b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,8 +28,9 @@ pages: - 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/baseurl.*/baseurl: "butter-box-ui"/' _config.yml + # simulate the drive being inserted + - mv simulated-butter-usb.html butter-usb.html + - sed -i 's/^baseurl.*/baseurl: "butter-box-ui"/' _config.yml - bundle exec jekyll build -d public artifacts: paths: