From 9f3cc28d43b5d504c02b7d29bbbf89c41d9efba9 Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Thu, 8 Feb 2024 09:24:22 +0100 Subject: [PATCH] Fixed build pipeline --- .builds/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/publish.yml b/.builds/publish.yml index 4677788..7abc7a5 100644 --- a/.builds/publish.yml +++ b/.builds/publish.yml @@ -23,6 +23,6 @@ tasks: sudo s3fs $s3_bucket ~/$builddir -o url=$s3_url -o use_path_request_style -o umask=0007,uid=$(id -u) -o allow_other - builds: | cd pages - hugo -d ~/$builddir + hugo -d ~/$builddir --noTimes --noChmod - cleanup: | sudo umount ~/$builddir -- 2.38.5