Skip to content

update demo site

update demo site #3979

Workflow file for this run

name: builder
on:
push:
branches:
- main
schedule:
# Run this script every 1 hr
# */m hr day month day_of_week
- cron: '0 */1 * * *'
workflow_dispatch:
inputs:
tags:
description: 'tag'
jobs:
build-and-deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.15.0
- name: Install and Run Node Script
run: |
npm install --omit=dev
npm run build
- name: deploy
uses: JamesIves/[email protected]
with:
single-commit: true
git-config-email: <>
branch: gh-pages
folder: output