Skip to content

Commit b087184

Browse files
committed
Update jenkinsfile
1 parent 3015a9c commit b087184

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ pipeline {
3434
steps{
3535
checkout([$class: 'GitSCM',
3636
branches: [[name: '*/master']],
37-
doGenerateSubmoduleConfigurations: false,
38-
extensions: [],
39-
submoduleCfg: [],
37+
extensions: [
38+
submodules: [recursiveSubmodules: true]
39+
],
4040
userRemoteConfigs: [[url: "https://github.com/stan-dev/docs.git", credentialsId: 'a630aebc-6861-4e69-b497-fd7f496ec46b']]]
4141
)
4242

@@ -59,7 +59,7 @@ pipeline {
5959
rm -rf ./docs/functions-reference ./docs/reference-manual ./docs/stan-users-guide/ ./docs/cmdstan-guide ./docs/img ./docs/site_libs
6060
cp -r ./docs/$major_version"_"$minor_version/* ./docs/
6161
rm ./docs/*.pdf
62-
python3 generate_redirects.py redirects.txt
62+
python3 src/quarto-config/generate_redirects.py redirects.txt --output_dir=.
6363
"""
6464

6565
script {

0 commit comments

Comments
 (0)