From ab742a1ebc61d571bb9d13d7692ef7e245bba192 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 27 Mar 2023 08:32:49 -0300 Subject: Build HTML and install it via CI --- src/infrastructure/scripts/reconfigure.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/infrastructure/scripts/reconfigure.sh') diff --git a/src/infrastructure/scripts/reconfigure.sh b/src/infrastructure/scripts/reconfigure.sh index 51c7de8..4936e07 100755 --- a/src/infrastructure/scripts/reconfigure.sh +++ b/src/infrastructure/scripts/reconfigure.sh @@ -130,5 +130,10 @@ else sudo -i guix system -c$NPROC -v3 reconfigure /etc/guix/system.scm + rsync \ + --chmod=D775,F664 \ + -a \ + --exclude='dev/ci/*' \ + /run/current-system/profile/share/doc/servers/ /srv/www/s/servers/ deploy fi -- cgit v1.2.3