From 2c018f2642fc9f69f6e90e405ebea955fd314e79 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sun, 2 May 2021 15:01:18 +0900 Subject: [PATCH] 7th try. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a437f6e..3e619a5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -85,7 +85,7 @@ steps: CONFIG: assets/tcardgen.yaml commands: - find static/ogp/ -type f -name '*.png' | xargs -t --no-run-if-empty rm - - find content/ -type f -name '*.md' | grep -v '_index' | xargs -n 1 -t /tcardgen -f assets/font/ -o static/ogp/ -c assets/tcardgen.yaml + - find content/ -type f -name '*.md' | grep -v '_index' | xargs -n 1 -t tcardgen -f assets/font/ -o static/ogp/ -c assets/tcardgen.yaml - name: hugo image: cibuilds/hugo:0.83.0