Skip to content

Deploy to github pages #81

Deploy to github pages

Deploy to github pages #81

Workflow file for this run

name: Deploy to github pages
on:
push:
branches:
- main
workflow_run:
workflows: ["Monthly Script Runner"]
types:
- completed
jobs:
build-deploy:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: |
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: public