Update GitHub Action

This commit is contained in:
John O'Nolan 2024-06-07 13:02:43 -04:00 committed by GitHub
parent 99d68f3bc1
commit 89940e8bd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,13 +3,12 @@ name: Deploy Theme
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Deploy Ghost Theme
uses: TryGhost/action-deploy-theme@v1
with: