From 19c458b57ba402e2cab337baf8a329922414d2fd Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 27 Apr 2025 17:54:56 +0200 Subject: [PATCH] try to debug around rss feed generation issue --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 6749bb5..006ca63 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -36,6 +36,7 @@ serve: ## make serve # hugo web server development mode ##### Operations ############################################################### .PHONY: deploy deploy: ## make deploy + sleep 600 umask 077 if [ -n "$${SSH_PRIVATE_KEY:-}" ]; then cleanup() {