Skip to content

Commit 0a52e9b

Browse files
committed
Fixing version
1 parent e8175aa commit 0a52e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
if [[ "${{ env.BRANCH }}" == "develop" ]]; then
9696
FOLDER_NAME="dev"
9797
elif [[ "${{ env.BRANCH }}" == "main" ]]; then
98-
FOLDER_NAME="3.9"
98+
FOLDER_NAME="3.0"
9999
fi
100100
git checkout -f origin/gh-pages
101101
git checkout -b gh-pages

0 commit comments

Comments
 (0)