Skip to content

All serif to sans

All serif to sans #9

Workflow file for this run

name: Deploy Theme
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install Yarn dependencies
run: yarn
- name: Run `yarn zip`
run: yarn zip
- name: Deploy Ghost Theme
uses: TryGhost/action-deploy-theme@v1
with:
file: dist/urn-casper.zip
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}