Skip to content

Commit 238cab2

Browse files
committed
(CI) building the doc/website
1 parent afe51ba commit 238cab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Build
8484
run: |
8585
cd build
86-
make -j 4
86+
make doc
8787
8888
- name: Initialize mandatory git config
8989
run: |
@@ -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.0"
98+
FOLDER_NAME="3.1"
9999
fi
100100
git checkout -f origin/gh-pages
101101
git checkout -b gh-pages

0 commit comments

Comments
 (0)