docs: add status to beta/deprecated version links
Some checks are pending
Publish every Git push to main to FlakeHub / flakehub-publish (push) Waiting to run
Publish every git push to Flakestry / publish-flake (push) Waiting to run
Documentation / Version info (push) Waiting to run
Documentation / Build (push) Blocked by required conditions
Documentation / Combine builds (push) Blocked by required conditions
Documentation / Deploy (push) Blocked by required conditions

This commit is contained in:
Matt Sturgeon 2025-06-17 23:17:53 +01:00
parent ada9f560c3
commit aef7b53979
4 changed files with 48 additions and 8 deletions

View file

@ -63,12 +63,12 @@ jobs:
| {
"branch": .value.branch,
"nixpkgsBranch": .value.channel,
"baseHref": "/nixvim/\(.key)/"
"baseHref": "/nixvim/\(.key)/",
"status": .value.status
}
| select(.branch == "main").baseHref = "/nixvim/"
]
' version-info.toml
# TODO: add channel status
build:
name: Build ${{ matrix.name }}