Skip to content

Rename folder to kebab-case convention (intent-classification-pipelin… #21

Rename folder to kebab-case convention (intent-classification-pipelin…

Rename folder to kebab-case convention (intent-classification-pipelin… #21

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- main
workflow_dispatch:
jobs:
publish-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
- name: Install requirements
run: uv pip install -r requirements.txt
env:
UV_SYSTEM_PYTHON: 1
- run: mkdocs gh-deploy