File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ pipeline {
34
34
steps{
35
35
checkout([$class : ' GitSCM' ,
36
36
branches : [[name : ' */master' ]],
37
- doGenerateSubmoduleConfigurations : false ,
38
- extensions : [],
39
- submoduleCfg : [ ],
37
+ extensions : [
38
+ submodules : [recursiveSubmodules : true ]
39
+ ],
40
40
userRemoteConfigs : [[url : " https://github.com/stan-dev/docs.git" , credentialsId : ' a630aebc-6861-4e69-b497-fd7f496ec46b' ]]]
41
41
)
42
42
@@ -59,7 +59,7 @@ pipeline {
59
59
rm -rf ./docs/functions-reference ./docs/reference-manual ./docs/stan-users-guide/ ./docs/cmdstan-guide ./docs/img ./docs/site_libs
60
60
cp -r ./docs/$major_version "_"$minor_version /* ./docs/
61
61
rm ./docs/*.pdf
62
- python3 generate_redirects.py redirects.txt
62
+ python3 src/quarto-config/ generate_redirects.py redirects.txt --output_dir=.
63
63
"""
64
64
65
65
script {
You can’t perform that action at this time.
0 commit comments