From 60096e7cb8a1668bdef0b2fcef014fa11387f3b9 Mon Sep 17 00:00:00 2001 From: Yoshikazu Nojima Date: Mon, 30 Oct 2023 22:16:03 +0900 Subject: [PATCH] Exclude all versioned guides (only latest guides are left) Version is added time to time. Not to break the preview site deploy, exclude all the versioned guides except latest guides. --- _only_latest_guides_config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_only_latest_guides_config.yml b/_only_latest_guides_config.yml index e55db4a23d..20abae71b1 100644 --- a/_only_latest_guides_config.yml +++ b/_only_latest_guides_config.yml @@ -1,3 +1,2 @@ exclude: - - _versions/2.13 - - _versions/2.7 + - _versions