Skip to content

Merge pull request #92 from SAKURA-CAT/fix/second-chapter #10

Merge pull request #92 from SAKURA-CAT/fix/second-chapter

Merge pull request #92 from SAKURA-CAT/fix/second-chapter #10

Workflow file for this run

name: Deploy to Github Pages
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install sphinx
- run: pip install sphinx-book-theme
- run: pip install myst-nb
- run: pip install matplotlib
- run: make clean
- run: make html
- run: cp -rf build/html/* docs/