Skip to content

fix for Lemniscate of Bernoulli in calc test #88

fix for Lemniscate of Bernoulli in calc test

fix for Lemniscate of Bernoulli in calc test #88

Workflow file for this run

#
# Builds docs and deploy to GitHub pages
#
name: Docs
on:
push:
branches:
- main
jobs:
deploy_pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: yarn install
- run: yarn doc
- run: touch docs/.nojekyll
- name: Deploy docs 🚀
uses: JamesIves/[email protected]
with:
BRANCH: gh-pages
FOLDER: docs