From 7c2391955dbfb125a7fb6f0d1cab309db606f03f Mon Sep 17 00:00:00 2001 From: Jon Oliver Date: Tue, 26 Sep 2023 15:23:35 -0400 Subject: [PATCH] fix: update theme directory for pantheon deploy --- .github/workflows/deploy.pantheon.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.pantheon.yml b/.github/workflows/deploy.pantheon.yml index e388a04..5d38ece 100644 --- a/.github/workflows/deploy.pantheon.yml +++ b/.github/workflows/deploy.pantheon.yml @@ -56,9 +56,9 @@ jobs: - name: Copy build artifacts run: | - rm -rf prod/vendor prod/wp-content/plugins prod/wp-content/themes/uga-ool + rm -rf prod/vendor prod/wp-content/plugins prod/wp-content/themes/sparkpress cp -r vendor prod - cp -r theme prod/wp-content/themes/uga-ool + cp -r theme prod/wp-content/themes/sparkpress cp -r wp-content/plugins prod/wp-content/plugins - name: Deploy to Pantheon