Skip to content

Fix(#270): Current Enum Value Not Pre-Selected on Edit (#273) #148

Fix(#270): Current Enum Value Not Pre-Selected on Edit (#273)

Fix(#270): Current Enum Value Not Pre-Selected on Edit (#273) #148

Workflow file for this run

name: Build docs
on:
push:
branches: ["main"]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install Dependencies
run: pip install hatch
- run: hatch run docs:deploy