git: 2bd9178284 - main - Fix documentation CI
Muhammad Moinur Rahman <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/doc/commit/?id=2bd9178284b25b330c29897c9522f94d18ec0338 commit 2bd9178284b25b330c29897c9522f94d18ec0338 Author: Muhammad Moinur Rahman <[email protected]> AuthorDate: 2025-02-17 21:52:26 +0000 Commit: Muhammad Moinur Rahman <[email protected]> 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