From 630705d2a6fce0950ffd52000fdcbb6c6e8cfcc5 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 19 Oct 2020 05:27:52 +0200 Subject: [PATCH] Disable website re-generation, didn't work. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Got error: “linter: invalid or missing image”. --- .drone.yml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2f518ab..5908e09 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,16 +42,18 @@ steps: when: status: [ changed, failure ] ---- -kind: pipeline -type: exec -name: default +# --- +# kind: pipeline +# type: exec +# name: Deploy -platform: - os: linux - arch: amd64 +# trigger: +# branch: +# - main +# event: +# - push -steps: -- name: greeting - commands: - - echo hello world +# steps: +# - name: Re-generate website +# commands: +# - /home/tastytea/bin/update_fediblock.org.sh