Skip to content

fix(pip): don't delete server directory on installation error #4

fix(pip): don't delete server directory on installation error

fix(pip): don't delete server directory on installation error #4

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@v4
with:
python-version: 3.9
- run: |
cd docs
make install
make build
make deploy