From 3b733ad22dd315eac1c10d73dc26b7a7152c2e59 Mon Sep 17 00:00:00 2001 From: Aaron Ware Date: Thu, 25 Mar 2021 19:09:29 -0400 Subject: [PATCH] chore: theme folder was incorrect --- .github/workflows/deploy-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 036db65..cfb503c 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -25,7 +25,7 @@ jobs: id: output_data run: | echo "::set-output name=install_name::boxofscraps" - echo "::set-output name=theme_name::boxofscraps" + echo "::set-output name=theme_name::box-of-scraps" echo "::set-output name=site_url::https://boxofscraps.linchpin.site" echo "::set-output name=environment::production" echo "::set-output name=branch::main"