Skip to content

chore: JamesIves/github-pages-deploy-action v4 #32

chore: JamesIves/github-pages-deploy-action v4

chore: JamesIves/github-pages-deploy-action v4 #32

Workflow file for this run

name: Publish to GH Pages
on:
push:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: npm install
- run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
folder: dist