Update GitHub Action
This commit is contained in:
parent
99d68f3bc1
commit
89940e8bd1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deploy-theme.yml
vendored
3
.github/workflows/deploy-theme.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue