Skip to content

Add hover tooltips to headline metric cards #5

Add hover tooltips to headline metric cards

Add hover tooltips to headline metric cards #5

Workflow file for this run

name: Deploy GitHub Pages
on:
push:
branches: ["main"]
paths:
- "docs/**"
- ".github/workflows/pages.yml"
- "scripts/build_pages_data.py"
- "results/saved_output.md"
- "results/performance_analysis.png"
- "results/phylobiobixbench-verified-50-20260224-190546.csv"
- "results/phylobiobixbench-verified-50-20260224-224841.csv"
- "results/phylobiobixbench-verified-50-20260225-085809.csv"
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Configure Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4