Vivid-Casper/.github/workflows/deploy-theme.yml

18 lines
381 B
YAML
Raw Normal View History

2021-04-07 17:00:54 +00:00
---
name: Deploy Theme
on:
2021-04-07 17:00:54 +00:00
push:
branches:
- master
2021-04-07 17:00:54 +00:00
- main
jobs:
deploy:
2023-07-11 20:54:09 +00:00
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2021-04-07 17:00:54 +00:00
- uses: TryGhost/action-deploy-theme@v1.4.0
with:
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}
2020-01-23 19:12:55 +00:00
theme-name: "vivid-casper-master"