mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
ci/docs: fix build ref
Fix typo `inputs.ref` → `matrix.ref`.
This caused an empty string to be assigned to the checkout action's
`ref` input, meaning it used its default value `github.ref`.
Therefore all "versions" of the docs were actually building `main` 😂
Instead, we actually want to checkout the ref from the job's `matrix`.
(cherry picked from commit 95957f306b
)
This commit is contained in:
parent
a2123756cd
commit
45e86e50f1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ inputs.ref }}
|
||||
ref: ${{ matrix.ref }}
|
||||
|
||||
# Uses the build-docs action from the checked-out nixvim branch
|
||||
- name: Build docs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue