Skip to content

Track and format chat history #30

Track and format chat history

Track and format chat history #30

Workflow file for this run

name: Build the documentation
on:
pull_request:
branches: [master]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Build the documentation
run: |
python -m pip install --upgrade pip
pip install .[docs]
mkdocs build