Skip to content

Commit

Permalink
Workshop folder is 2.9 and not dev anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Mar 18, 2024
1 parent 1e0bd95 commit 9564303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/locale-and-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9564303

Please sign in to comment.