git restore mtime
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sergio Álvarez 2024-08-06 19:32:15 +02:00
parent c50c3ca37a
commit 7eb0356860
Signed by: salvarez
GPG Key ID: E69AEEDDE0085854
1 changed files with 2 additions and 1 deletions

View File

@ -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/