From 7646f90556252b37c42ccf01db30c7e042b2bdfd Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Fri, 3 Apr 2020 09:53:48 +0100 Subject: [PATCH] Updated theme name in deploy GitHub Actions no issue - the theme name cannot be the same as the default --- .github/workflows/deploy-theme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-theme.yml b/.github/workflows/deploy-theme.yml index 703da05..23bbd20 100644 --- a/.github/workflows/deploy-theme.yml +++ b/.github/workflows/deploy-theme.yml @@ -12,4 +12,4 @@ jobs: with: api-url: ${{ secrets.GHOST_ADMIN_API_URL }} api-key: ${{ secrets.GHOST_ADMIN_API_KEY }} - theme-name: "casper" + theme-name: "casper-master"