build dst
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sergio Álvarez 2024-08-06 18:45:02 +02:00
parent 4d13fc9604
commit 81b8deb4cf
Signed by: salvarez
GPG Key ID: E69AEEDDE0085854
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@
set -x
# bad start, we should build to a tmp dir
rm -rf _site
mkdir -p _site
rm -rf _site/*
touch _site/index.md
buildDate="$(date '+%d %b %Y')"