This commit is contained in:
Kazuhiro MUSASHI 2021-05-02 15:01:18 +09:00
parent 42ad3a56d7
commit 2c018f2642
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ steps:
CONFIG: assets/tcardgen.yaml CONFIG: assets/tcardgen.yaml
commands: commands:
- find static/ogp/ -type f -name '*.png' | xargs -t --no-run-if-empty rm - 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 - name: hugo
image: cibuilds/hugo:0.83.0 image: cibuilds/hugo:0.83.0