Skip to content

docs: correct malformed URL for uv installation (#249) #9

docs: correct malformed URL for uv installation (#249)

docs: correct malformed URL for uv installation (#249) #9

Workflow file for this run

name: "Run Docs CD with UV"
on:
push:
branches:
- "main"
- "master"
paths:
- 'docs/**'
- 'mkdocs.yml'
- '.github/workflows/docs.yml'
jobs:
build-deploy-docs:
if: github.repository == 'zilliztech/deep-searcher'
uses: ./.github/workflows/docs.yml
with:
deploy: true
permissions:
contents: write