Skip to content

added coderabbit config to ignore the migrations directory w/ burnettk #2196

added coderabbit config to ignore the migrations directory w/ burnettk

added coderabbit config to ignore the migrations directory w/ burnettk #2196

Workflow file for this run

name: Build Docs
on:
- push
- pull_request
defaults:
run:
working-directory: docs
jobs:
build:
name: build-docs
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/[email protected]
- name: Set up Python
uses: actions/[email protected]
with:
python-version: 3.11
- name: Pip Install
run: |
pip install -r requirements.txt
- name: Build
run: |
./bin/build --ci