Skip to content

Update dependency gscan to v5.3.4 (#48) #198

Update dependency gscan to v5.3.4 (#48)

Update dependency gscan to v5.3.4 (#48) #198

Workflow file for this run

name: Deploy Theme
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Deploy Ghost Theme
uses: TryGhost/action-deploy-theme@v1.6.6
with:
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}