Skip to content

Added different notebooks #2

Added different notebooks

Added different notebooks #2

Workflow file for this run

name: Curvenote Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to curve.space
uses: curvenote/action-deploy@v1
env:
CURVENOTE_TOKEN: ${{ secrets.CURVENOTE_TOKEN }}