diff --git a/.github/workflows/deploy-theme.yml b/.github/workflows/deploy-theme.yml index 2f494b62..27a1d550 100644 --- a/.github/workflows/deploy-theme.yml +++ b/.github/workflows/deploy-theme.yml @@ -6,11 +6,12 @@ on: - main jobs: deploy: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Deploy Ghost Theme - uses: TryGhost/action-deploy-theme@v1.6.6 + uses: TryGhost/action-deploy-theme@v1 with: api-url: ${{ secrets.GHOST_ADMIN_API_URL }} api-key: ${{ secrets.GHOST_ADMIN_API_KEY }} + theme-name: "hackersandslackers"