Skip to content

CI add monthly run of test matrix (#84) #76

CI add monthly run of test matrix (#84)

CI add monthly run of test matrix (#84) #76

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@v4
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