Skip to content

Update main_page.md #55

Update main_page.md

Update main_page.md #55

Workflow file for this run

name: Continuous Integration Test
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: |
pip install jupyter-book
- name: Build Test
run: |
jupyter-book build book