Skip to content

Move book to the book/ folder and add content #5

Move book to the book/ folder and add content

Move book to the book/ folder and add content #5

Workflow file for this run

# Run a job to ensure formatting is OK
name: Run demo
on:
pull_request:
paths:
- demo/**
push:
paths:
- demo/**
jobs:
check_demo:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Demo
run: ./demo/run_demo.sh