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 e8175aa commit 0a52e9bCopy full SHA for 0a52e9b
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="3.9"
+ FOLDER_NAME="3.0"
99
fi
100
git checkout -f origin/gh-pages
101
git checkout -b gh-pages
0 commit comments