We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4983ba6 commit 0946317Copy full SHA for 0946317
tools/run-in-container/genpdf.sh
@@ -7,7 +7,6 @@ function create_target_dir(){
7
8
function copy_resources() {
9
cp ${DATA_DIR}/mkdocs.yml ${TARGET_DIR}/mkdocs.yml
10
- cp -r ${DATA_DIR}/custom-theme ${TARGET_DIR}/custom-theme
11
cp -r ${DATA_DIR}/docs/images ${TARGET_DIR}/docs
12
cp -r ${DATA_DIR}/docs/stylesheets ${TARGET_DIR}/docs/stylesheets
13
}
0 commit comments