1
0
Fork 0

Fixed publish script.

master
Stefan 1 year ago
parent 5d50f7fba0
commit 0ba68c3a91

@ -19,7 +19,7 @@ publish() {
cd "$BLOG_PATH"
hugo
# rsync script must be created manually
$HOME/.local/bin/sync-elpengu "$BLOG_PATH/public/*" && echo "Site synced successfully" || echo "An error occured while syncing the site."
$HOME/.local/bin/sync-elpengu "$BLOG_PATH/public/" && echo "Site synced successfully" || echo "An error occured while syncing the site."
}
remove() {

Loading…
Cancel
Save