Evito errori in caso di caricamento dei file.
This commit is contained in:
parent
e77a3433df
commit
9c7ae9b043
2
Makefile
2
Makefile
|
@ -73,6 +73,6 @@ publish:
|
|||
"$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(PUBLISHCONF)" $(PELICANOPTS)
|
||||
|
||||
rsync_upload: publish
|
||||
rsync -avz $(OUTPUTDIR)/ $(SSH_HOST):$(SSH_TARGET_DIR)
|
||||
rsync -rl $(OUTPUTDIR)/ $(SSH_HOST):$(SSH_TARGET_DIR)
|
||||
|
||||
.PHONY: html help clean regenerate serve serve-global devserver publish
|
||||
|
|
Loading…
Reference in New Issue