From 5c82712aa0bdeea8af2cf26185bd7a92ee73bc22 Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Thu, 17 Oct 2024 16:50:55 +0800 Subject: [PATCH] update theme name --- .github/workflows/deploy-theme.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-theme.yml b/.github/workflows/deploy-theme.yml index 3872e67..c9f15a5 100644 --- a/.github/workflows/deploy-theme.yml +++ b/.github/workflows/deploy-theme.yml @@ -13,4 +13,5 @@ jobs: uses: TryGhost/action-deploy-theme@v1 with: api-url: ${{ secrets.GHOST_ADMIN_API_URL }} - api-key: ${{ secrets.GHOST_ADMIN_API_KEY }} \ No newline at end of file + api-key: ${{ secrets.GHOST_ADMIN_API_KEY }} + theme-name: "anyway_theme" \ No newline at end of file