Updated theme name in deploy GitHub Actions
no issue - the theme name cannot be the same as the default
This commit is contained in:
parent
8e17cdc1fb
commit
7646f90556
|
@ -12,4 +12,4 @@ jobs:
|
||||||
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 }}
|
||||||
theme-name: "casper"
|
theme-name: "casper-master"
|
||||||
|
|
Loading…
Reference in New Issue