yes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sergio Álvarez 2024-04-14 11:49:29 +02:00
parent 9e0f049a52
commit 3bec601f31
Signed by: salvarez
GPG Key ID: E69AEEDDE0085854
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ steps:
- name: build - name: build
image: ubuntu:latest image: ubuntu:latest
commands: commands:
- apt update && apt install bash jq pandoc - apt -y update && apt -y install bash jq pandoc
- bash ./build.sh - bash ./build.sh
- rm -rf /var/www/_site && mv _site /var/www/ - rm -rf /var/www/_site && mv _site /var/www/