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/