From 0b7d030e31103024ecb26f5449a3069cf1686b6d Mon Sep 17 00:00:00 2001 From: John Hess Date: Tue, 4 Jun 2024 23:37:22 -0500 Subject: [PATCH] typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f98fb59..445780d 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 .. # simulate the drive being inserted - - mv simulated-butter-usb.html butter-usb.html + - mv simulated-usb-butter.html usb-butter.html - foo bar - "sed -i 's/^baseurl.*/baseurl: \"butter-box-ui\"/' _config.yml" - bundle exec jekyll build -d public