build dst
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-06 18:45:02 +02:00
parent 4d13fc9604
commit 81b8deb4cf

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')"