Skip to content

Merge pull request #81 from lorentzenchr/quantile_decompose #73

Merge pull request #81 from lorentzenchr/quantile_decompose

Merge pull request #81 from lorentzenchr/quantile_decompose #73

Workflow file for this run

name: ci
on:
push:
branches:
- master
- main
env:
FORCE_COLOR: "1"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.x
- name: Ensure latest pip
run: python -m pip install --upgrade pip
- name: Install hatch
run: |
pip install hatch
- name: Publish on github.io
run: hatch run docs:ci-build