Skip to content

Merge pull request #11 from ProgSoc/ghost-page-action #1

Merge pull request #11 from ProgSoc/ghost-page-action

Merge pull request #11 from ProgSoc/ghost-page-action #1

Workflow file for this run

name: Update Ghost Page
on:
push:
branches:
- main
jobs:
put-html:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install @octokit/[email protected]
- run: npm install @tryghost/[email protected]
- run: node .github/actions/publish.mjs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GHOST_ADMIN_API_KEY: ${{ secrets.GHOST_ADMIN_API_KEY }}