Skip to content

Merge pull request #15 from OCNS/all-contributors/add-mstimberg #10

Merge pull request #15 from OCNS/all-contributors/add-mstimberg

Merge pull request #15 from OCNS/all-contributors/add-mstimberg #10

Workflow file for this run

name: Publish
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-book.txt
- name: Run jupyter-book
run: |
jupyter-book clean ./source
jupyter-book build ./source
- name: Import to GitHub pages
run: |
ghp-import -n -p -f ./source/_build/html