Make sure we move all files/folders
This commit is contained in:
parent
12eefb3108
commit
e501f268bf
@ -34,7 +34,7 @@ for D in *; do
|
||||
echo "Moving ${D} to the latest version's history folder"
|
||||
|
||||
mkdir "./latest/_book/history/${D}"
|
||||
mv -v "./${D}/_book"/* "./latest/_book/history/${D}"
|
||||
mv -v "./${D}/_book"/**/* "./latest/_book/history/${D}"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user