Updated deploy GitHub Action
This commit is contained in:
parent
b5c007369d
commit
89fa1470e9
|
@ -9,7 +9,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Deploy Ghost Theme
|
- name: Deploy Ghost Theme
|
||||||
uses: TryGhost/action-deploy-theme@v1.2.0
|
uses: TryGhost/action-deploy-theme@v1.4.0
|
||||||
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 New Issue