From 956430336db2bed09f4797f1361c579fa54f1871 Mon Sep 17 00:00:00 2001 From: Vicky Vergara Date: Mon, 18 Mar 2024 13:37:58 -0600 Subject: [PATCH] Workshop folder is 2.9 and not dev anymore --- .github/workflows/locale-and-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/locale-and-website.yml b/.github/workflows/locale-and-website.yml index 81c2660e..e20985cf 100644 --- a/.github/workflows/locale-and-website.yml +++ b/.github/workflows/locale-and-website.yml @@ -114,7 +114,7 @@ jobs: if [[ "${{ env.BRANCH }}" == "develop" ]]; then FOLDER_NAME="dev" elif [[ "${{ env.BRANCH }}" == "main" ]]; then - FOLDER_NAME="2.8" + FOLDER_NAME="2.9" fi git checkout -f origin/gh-pages git checkout -b gh-pages