2019-10-18 09:19:01 -04:00
|
|
|
name: Deploy Theme
|
2019-10-18 12:14:36 -04:00
|
|
|
on:
|
2020-09-10 08:15:47 -04:00
|
|
|
push:
|
|
|
|
branches:
|
2019-10-18 12:14:36 -04:00
|
|
|
- master
|
2021-01-07 08:50:49 -05:00
|
|
|
- main
|
2019-10-18 09:19:01 -04:00
|
|
|
jobs:
|
|
|
|
deploy:
|
|
|
|
runs-on: ubuntu-18.04
|
|
|
|
steps:
|
2020-07-28 07:53:07 -04:00
|
|
|
- uses: actions/checkout@v2
|
2020-10-20 10:07:13 -04:00
|
|
|
- uses: TryGhost/action-deploy-theme@v1.4.1
|
2019-10-18 09:19:01 -04:00
|
|
|
with:
|
|
|
|
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
|
|
|
|
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}
|
2020-04-03 04:53:48 -04:00
|
|
|
theme-name: "casper-master"
|