From 3bec601f31864ba5979b2369c3337f4a75b60da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Sun, 14 Apr 2024 11:49:29 +0200 Subject: [PATCH] yes --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 809aa47..2a50012 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: build image: ubuntu:latest commands: - - apt update && apt install bash jq pandoc + - apt -y update && apt -y install bash jq pandoc - bash ./build.sh - rm -rf /var/www/_site && mv _site /var/www/