Skip to content

Commit

Permalink
Build theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbirchard committed Jun 2, 2024
2 parents 3cd1a4f + 8084082 commit d483b36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d483b36

Please sign in to comment.