Skip to content

Add support for either no Celery backend or S3 as a backend, in order… #7455

Add support for either no Celery backend or S3 as a backend, in order…

Add support for either no Celery backend or S3 as a backend, in order… #7455

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/checkout@v4
- name: Set up Python
uses: actions/[email protected]
with:
python-version: 3.12
- name: Pip Install
run: |
pip install -r requirements.txt
- name: Build
run: |
./bin/build --ci