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
|
mv $i build/$dirname/index.html
|
||||||
done
|
done
|
||||||
|
|
||||||
|
mv readme.org tempfile
|
||||||
|
|
||||||
for i in *.org; do
|
for i in *.org; do
|
||||||
rm -f $i
|
rm -f $i
|
||||||
done
|
done
|
||||||
|
|
||||||
|
mv tempfile readme.org
|
||||||
|
|
||||||
rclone copy build prazevps:/var/www/tre/public/notes -P
|
rclone copy build prazevps:/var/www/tre/public/notes -P
|
||||||
|
|
||||||
current_date=$(date +"%Y%m%d")
|
current_date=$(date +"%Y%m%d")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
=secrets.py= should contain ~orgpath = "full path to journal root directory"~.
|
=secrets.py= should contain ~orgpath = "full path to journal root directory".~
|
||||||
|
|
||||||
* to do
|
* to do
|
||||||
- rss feed
|
- rss feed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue