Skip to content

fix: fallback to "python" binary on Windows (#130) #21

fix: fallback to "python" binary on Windows (#130)

fix: fallback to "python" binary on Windows (#130) #21

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