Fixed copy when directory not empty
Was copying the kf_book subdirectory into the existing one if it was already there, causing PDF build failure if you didn't clean prior to running it.
This commit is contained in:
parent
1ca3ff5e37
commit
782119171d
@ -1,7 +1,7 @@
|
||||
mkdir tmp
|
||||
copy ..\*.ipynb .\tmp
|
||||
copy ..\*.py .\tmp
|
||||
cp -r ..\kf_book\ .\tmp\kf_book\
|
||||
cp -r ..\kf_book\ .\tmp\
|
||||
|
||||
cd tmp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user