mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-25 05:05:15 +02:00
docs: add status to beta/deprecated version links
This commit is contained in:
parent
b4750c4696
commit
d3da2462eb
4 changed files with 48 additions and 8 deletions
4
.github/workflows/website.yml
vendored
4
.github/workflows/website.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue