update sdeploy theme (#692)
This commit is contained in:
parent
2da322d93b
commit
8e17cdc1fb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-theme.yml
vendored
4
.github/workflows/deploy-theme.yml
vendored
|
@ -8,8 +8,8 @@ jobs:
|
|||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: TryGhost/action-deploy-theme@v1.2.0
|
||||
- uses: TryGhost/action-deploy-theme@v1.2.1
|
||||
with:
|
||||
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
|
||||
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}
|
||||
theme-name: "casper-master"
|
||||
theme-name: "casper"
|
||||
|
|
Loading…
Reference in a new issue