File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pipeline {
2323 VIEW = getViewName(REPO )
2424 PYTHON_VERSION = " 3.10.5"
2525 VENV_DIRNAME = " .venv"
26- XMOSDOC_VERSION = " v4.0 "
26+ XMOSDOC_VERSION = " v5.1 "
2727 }
2828 options {
2929 skipDefaultCheckout()
@@ -343,7 +343,7 @@ pipeline {
343343 withTools(params. TOOLS_VERSION ) {
344344 withVenv {
345345 sh " sh doc/build_docs_ci.sh $XMOSDOC_VERSION "
346- archiveArtifacts artifacts : " doc_build.zip" , allowEmptyArchive : true
346+ archiveArtifacts artifacts : " doc/_build/ doc_build.zip" , allowEmptyArchive : true
347347 }
348348 }
349349 }
Original file line number Diff line number Diff line change @@ -18,4 +18,5 @@ docker pull ghcr.io/xmos/xmosdoc:$1
1818docker run -u " $( id -u) :$( id -g) " --rm -v ` pwd` :/build ghcr.io/xmos/xmosdoc:$1 -v
1919
2020# Leave a nice zip file for picking up as an artefact
21- zip -r doc_build.zip doc/_build
21+ cd doc/_build
22+ zip -r doc_build.zip .
You can’t perform that action at this time.
0 commit comments