Stop deleting readme?
This commit is contained in:
parent
e9ed80e325
commit
6a24c91264
2 changed files with 5 additions and 1 deletions
4
build.sh
4
build.sh
|
@ -18,10 +18,14 @@ for i in *.html; do
|
|||
mv $i build/$dirname/index.html
|
||||
done
|
||||
|
||||
mv readme.org tempfile
|
||||
|
||||
for i in *.org; do
|
||||
rm -f $i
|
||||
done
|
||||
|
||||
mv tempfile readme.org
|
||||
|
||||
rclone copy build prazevps:/var/www/tre/public/notes -P
|
||||
|
||||
current_date=$(date +"%Y%m%d")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue