Skip to content

ci(dependabot): bump actions/download-artifact from 4 to 5 (#117) #460

ci(dependabot): bump actions/download-artifact from 4 to 5 (#117)

ci(dependabot): bump actions/download-artifact from 4 to 5 (#117) #460

Workflow file for this run

name: docs
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: astral-sh/setup-uv@v6
- run: uv run --group docs mkdocs build --strict
deploy:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: astral-sh/setup-uv@v6
- run: uv run --group docs mkdocs gh-deploy --force