Skip to content

Commit

Permalink
Insert current year into book cover
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored May 3, 2020
1 parent 56ad941 commit 0ec8770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0ec8770

Please sign in to comment.