Skip to content

Commit

Permalink
Fixing version
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Jan 24, 2025
1 parent e8175aa commit 0a52e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
if [[ "${{ env.BRANCH }}" == "develop" ]]; then
FOLDER_NAME="dev"
elif [[ "${{ env.BRANCH }}" == "main" ]]; then
FOLDER_NAME="3.9"
FOLDER_NAME="3.0"
fi
git checkout -f origin/gh-pages
git checkout -b gh-pages
Expand Down

0 comments on commit 0a52e9b

Please sign in to comment.