Skip to content

chore: fix math formula. #11

chore: fix math formula.

chore: fix math formula. #11

Workflow file for this run

name: CI Github Pages
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout ️
uses: actions/checkout@v3
- name: Install and Build
run: |
cd docs
npm install
npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: docs
folder: docs/dist