Skip to content

OMath block

OMath block #141

Workflow file for this run

name: Node CI
on:
push:
branches:
- master
jobs:
deploy:
runs-on: windows-latest
steps:
- uses: actions/checkout@master
- name: Building site
run: |
npm install
npm i -g ts-node
ts-node src/scripts/filldb
ts-node src/scripts/build
- name: Deploy site to gh-pages branch
uses: alex-page/[email protected]
with:
repo-token: ${{ secrets.GH_PAT }}
site-directory: dist
commit-message: Deploy to GH Pages