From 7eb0356860c95e601e0b99a916e6e98ad468223b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Tue, 6 Aug 2024 19:32:15 +0200 Subject: [PATCH] git restore mtime --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2a50012..b53c722 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,8 @@ steps: - name: build image: ubuntu:latest commands: - - apt -y update && apt -y install bash jq pandoc + - apt -y update && apt -y install bash git git-restore-mtime jq pandoc + - git restore-mtime - bash ./build.sh - rm -rf /var/www/_site && mv _site /var/www/