From 7f98daf9800b2c8026ada5e506a144a3b7acfc4e Mon Sep 17 00:00:00 2001 From: John Hess Date: Tue, 4 Jun 2024 23:34:49 -0500 Subject: [PATCH] yaml typo --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55e68b8..f98fb59 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,8 +29,9 @@ pages: # Now go build the site we actually want to deploy. - cd .. # simulate the drive being inserted - - mv simulated-butter-usb.html butter-usb.html - - sed -i 's/^baseurl.*/baseurl: "butter-box-ui"/' _config.yml + - mv simulated-butter-usb.html butter-usb.html + - foo bar + - "sed -i 's/^baseurl.*/baseurl: \"butter-box-ui\"/' _config.yml" - bundle exec jekyll build -d public artifacts: paths: