Skip to content

Add scatter plots showing F1 and κ_SRME over time to landing page #1417

Add scatter plots showing F1 and κ_SRME over time to landing page

Add scatter plots showing F1 and κ_SRME over time to landing page #1417

Workflow file for this run

name: GitHub Pages
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
build:
uses: janosh/workflows/.github/workflows/nodejs-gh-pages.yml@main
with:
install-cmd: npm install --force
python-version: "3.11"
working-directory: site
pre-build: |
pip install lazydocs
# lazydocs needs package deps to be installed
pip install --editable ..
python ../scripts/make_api_docs.py