Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2025 21:55:20 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 2bd9178284 - main - Fix documentation CI
Message-ID:  <202502172155.51HLtKRY086563@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502172155.51HLtKRY086563>