Skip to content

fix: update optionality of the is_allowed_to_start() method #15

fix: update optionality of the is_allowed_to_start() method

fix: update optionality of the is_allowed_to_start() method #15

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