From 0ec877089ba853f27429f3a64617c260cebf55b0 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 3 May 2020 22:23:53 +0000 Subject: [PATCH] Insert current year into book cover https://github.com/fontforge/designwithfontforge.com/issues/204#issuecomment-623188318 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0223b78e..e61b544d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ before_install: script: - cd ebook/ - rm *.epub *.mobi *.pdf || true # Clean up from previous runs + - sed -i -e 's|2012 - [2][0-9][0-9][0-9]|2012 - '$(date '+%Y')'|g' cover_template.svg # Insert current year into book cover - ./create_books.sh en-US fr-FR zh-CN zh-TW after_success: