nix-community.nixvim/.github
Matt Sturgeon b4750c4696 ci/docs: fix base-href in matrix
For some reason, when updating `base-href` using `+=`, yq updates _all_
entries matching the LHS selection. This means that all non-main
branches get `"base-href": "/nixvim/24.11/"` in the job matrix.

This gets passed in as an overridden attr when building the docs, and is
used to determine which list item represents the currently-being-built
docs; therefore both 25.05 and 24.11 think they are 24.11...

For some reason, while `+=` does this, `=` does not. So switched to
using that.
2025-06-17 19:12:50 +00:00
..
actions/build-docs ci/docs: extract action & refactor workflow 2025-06-15 21:24:10 +00:00
ISSUE_TEMPLATE github/issue template: encourage user to read FAQ before posting a bug report 2024-02-19 08:29:40 +01:00
workflows ci/docs: fix base-href in matrix 2025-06-17 19:12:50 +00:00
dependabot.yml ci: add dependabot and track github-actions dependencies 2025-03-11 16:51:06 +01:00