diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 674aac8d..4dd37e11 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -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