Skip to content

Update 02_minimal_measures.md #91

Update 02_minimal_measures.md

Update 02_minimal_measures.md #91

Workflow file for this run

# .github/workflows/preview.yml
name: Deploy PR previews
on: workflow_dispatch
# pull_request:
# types:
# - opened
# - reopened
# - synchronize
# - closed
concurrency: preview-${{ github.ref }}
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.12.8
uses: actions/setup-python@v1
with:
python-version: 3.12.8
- name: Install dependencies
run: |
pip install jupyter-book
pip install sphinx-tags
- name: Build the book
run: |
rm -rf DISCOVER/_tags/*
jupyter-book build DISCOVER
- name: Deploy PR Preview
uses: rossjrw/pr-preview-action@v1.2.0
with:
source-dir: ./DISCOVER/_build/html/