Add image dir to publish command

master
cymen 2022-03-02 19:01:59 +00:00
parent bef85d1dce
commit 4ff3d88189
1 changed files with 1 additions and 0 deletions

View File

@ -26,4 +26,5 @@ edit:
.PHONY: publish
publish: pandoc
cp *.html ~/public_html/bees/
cp -r images ~/public_html/bees/
mv ~/public_html/bees/beejournal.html ~/public_html/bees/index.html