This commit is contained in:
Kazuhiro MUSASHI 2021-05-02 15:06:55 +09:00
parent 2c018f2642
commit 5afca5e21d
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ steps:
- grep -l -r "http://www.amazon.co.jp/exec" content/ | sort | uniq | xargs -t --no-run-if-empty sed -i -e "s/http:\/\/www.amazon.co.jp\/exec/https:\/\/www.amazon.co.jp\/exec/g" - grep -l -r "http://www.amazon.co.jp/exec" content/ | sort | uniq | xargs -t --no-run-if-empty sed -i -e "s/http:\/\/www.amazon.co.jp\/exec/https:\/\/www.amazon.co.jp\/exec/g"
- name: generate-ogp-images - name: generate-ogp-images
image: reg.kazu634.com/kazu634/tcardgen image: reg.kazu634.com/kazu634/tcardgen:v0.1
environment: environment:
OGP_DIR: static/ogp/ OGP_DIR: static/ogp/
CONTENT_DIR: content/ CONTENT_DIR: content/