diff --git a/.github/workflows/deploy-theme-prod.yml b/.github/workflows/deploy-theme-prod.yml deleted file mode 100644 index f8ea7305..00000000 --- a/.github/workflows/deploy-theme-prod.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Deploy Theme -on: - push: - branches: - - main -jobs: - deploy: - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v3 - - run: yarn install - - run: yarn build - - run: yarn test:ci - - name: Deploy Ghost Theme - uses: TryGhost/action-deploy-theme@v1.4.0 - with: - api-url: ${{ secrets.GHOST_ADMIN_API_URL }} - api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}