We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a2505 commit e8175aaCopy full SHA for e8175aa
1 file changed
.github/workflows/website.yml
@@ -95,7 +95,7 @@ jobs:
95
if [[ "${{ env.BRANCH }}" == "develop" ]]; then
96
FOLDER_NAME="dev"
97
elif [[ "${{ env.BRANCH }}" == "main" ]]; then
98
- FOLDER_NAME="2.9"
+ FOLDER_NAME="3.9"
99
fi
100
git checkout -f origin/gh-pages
101
git checkout -b gh-pages
0 commit comments