Skip to content

Build theme

Build theme #20

Workflow file for this run

name: build
run-name: Build theme
on:
push:
branches: [main]
jobs:
build-and-deploy:
name: Build and deploy theme
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- run: npm run build
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: public