Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit 0946317

Browse files
custom-theme has been removed, no need to copy it in genpdf.sh
1 parent 4983ba6 commit 0946317

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/run-in-container/genpdf.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ function create_target_dir(){
77

88
function copy_resources() {
99
cp ${DATA_DIR}/mkdocs.yml ${TARGET_DIR}/mkdocs.yml
10-
cp -r ${DATA_DIR}/custom-theme ${TARGET_DIR}/custom-theme
1110
cp -r ${DATA_DIR}/docs/images ${TARGET_DIR}/docs
1211
cp -r ${DATA_DIR}/docs/stylesheets ${TARGET_DIR}/docs/stylesheets
1312
}

0 commit comments

Comments
 (0)