mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
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
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:
parent
ada9f560c3
commit
aef7b53979
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