From 01192b7030708ee1f7145eb95f51a8841214549f Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 7 Apr 2021 10:00:54 -0700 Subject: [PATCH] Update github action deploy --- .github/workflows/deploy-theme.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-theme.yml b/.github/workflows/deploy-theme.yml index bc3e314..5910524 100644 --- a/.github/workflows/deploy-theme.yml +++ b/.github/workflows/deploy-theme.yml @@ -1,14 +1,16 @@ +--- name: Deploy Theme on: - push: - branches: + push: + branches: - master + - main jobs: deploy: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - - uses: TryGhost/action-deploy-theme@v1.2.1 + - uses: TryGhost/action-deploy-theme@v1.4.0 with: api-url: ${{ secrets.GHOST_ADMIN_API_URL }} api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}