Skip to content

Remove unused post information #79

Remove unused post information

Remove unused post information #79

Workflow file for this run

name: Deploy Casper M3 to blog.dartegnian.com
on:
workflow_dispatch:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies and run yarn preship
run: |
yarn install
yarn preship
- name: Deploy Ghost Theme
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}
theme-name: "casper-m3"