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 afe51ba commit 238cab2Copy full SHA for 238cab2
1 file changed
.github/workflows/website.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Build
84
run: |
85
cd build
86
- make -j 4
+ make doc
87
88
- name: Initialize mandatory git config
89
@@ -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.0"
+ FOLDER_NAME="3.1"
99
fi
100
git checkout -f origin/gh-pages
101
git checkout -b gh-pages
0 commit comments