Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

build github pages #2514

build github pages

build github pages #2514

Workflow file for this run

name: build github pages
on:
push:
branches: [ master ]
schedule:
- cron: '30 5,12,19 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm install
- run: npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: public