_site
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Sergio Álvarez 2024-04-14 00:32:14 +02:00
parent c902b1e87f
commit c0debe8c47
Signed by: salvarez
GPG Key ID: E69AEEDDE0085854
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ steps:
- name: build
image: alpine:latest
commands:
- apk update && apk add bash pandoc
- apk update && apk add bash jq pandoc
- bash ./build.sh
- mv _site /var/www/

View File

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