From 026db22b6c305816a8e0f28378791d380600b555 Mon Sep 17 00:00:00 2001 From: John Hess Date: Tue, 4 Jun 2024 23:31:20 -0500 Subject: [PATCH] update typo in sed command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a99689c..c3762ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ pages: # 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 + - sed -i 's/baseurl.*/baseurl: "butter-box-ui"/' _config.yml - bundle exec jekyll build -d public artifacts: paths: