Skip to content

chore(ci): add .python-version 3.8 (#126) #16

chore(ci): add .python-version 3.8 (#126)

chore(ci): add .python-version 3.8 (#126) #16

Workflow file for this run

name: On Push To Master
on:
push:
branches:
- main
jobs:
deploy_docs:
name: Deploy documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- run: |
cd docs
make install
make build
make deploy