From 2bd9178284b25b330c29897c9522f94d18ec0338 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 17 Feb 2025 22:52:26 +0100 Subject: [PATCH] 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(-) rename .vale/styles/{Vocab => config/vocabularies}/Terms/accept.txt (100%) 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