Skip to content

ci(dependabot): bump actions/upload-artifact from 4 to 6 #478

ci(dependabot): bump actions/upload-artifact from 4 to 6

ci(dependabot): bump actions/upload-artifact from 4 to 6 #478

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