git: 2bd9178284 - main - Fix documentation CI

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 17 Feb 2025 21:55:20 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/doc/commit/?id=2bd9178284b25b330c29897c9522f94d18ec0338

commit 2bd9178284b25b330c29897c9522f94d18ec0338
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-02-17 21:52:26 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-02-17 21:55:11 +0000

    Fix documentation CI
    
    Since the release of Vale 3.0.0 the default path for the vocabularies
    has been moved to .vale/styles/config/vocabularies. Adjust the file
    locations.
    
    For more details please check the release notes of vale 3.0.0 here:
    https://github.com/errata-ai/vale/releases/tag/v3.0.0
---
 .vale/styles/{Vocab => config/vocabularies}/Terms/accept.txt | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/.vale/styles/Vocab/Terms/accept.txt b/.vale/styles/config/vocabularies/Terms/accept.txt
similarity index 100%
rename from .vale/styles/Vocab/Terms/accept.txt
rename to .vale/styles/config/vocabularies/Terms/accept.txt