Publishing v1

Static outputs only; no hosted app required.

Local publish targets

eval-dashboards publish --target=dir --input=.evals_output --report-dir=eval-dashboard --out-dir=published-eval-report
eval-dashboards publish --target=github-pages --dry-run --repo=owner/repo
eval-dashboards publish --target=azure-static-webapp --dry-run --app-name=my-app
eval-dashboards publish --target=azure-storage --dry-run --account=myaccount --container='$web'

GitHub Pages deployment

This repository now includes a Pages workflow that publishes docs-site/ as a static site.

After first run, enable Settings โ†’ Pages โ†’ Build and deployment โ†’ GitHub Actions.

More: docs/publishing.md.