Updated action-deploy-theme to v1.3.1
- hopefully fixes a bug with `theme-name` not being passed through
This commit is contained in:
parent
6350790798
commit
fa48995326
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy-theme.yml
vendored
6
.github/workflows/deploy-theme.yml
vendored
|
@ -1,14 +1,14 @@
|
||||||
name: Deploy Theme
|
name: Deploy Theme
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: TryGhost/action-deploy-theme@v1.2.1
|
- uses: TryGhost/action-deploy-theme@v1.3.1
|
||||||
with:
|
with:
|
||||||
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
|
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
|
||||||
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}
|
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}
|
||||||
|
|
Loading…
Reference in a new issue