1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 17:56:26 +00:00

Improve preview, strip more emojis

This commit is contained in:
David Young
2018-06-07 12:43:14 +12:00
parent bd33ac6c59
commit 1fb0a952bd
3 changed files with 16 additions and 4 deletions

View File

@@ -19,6 +19,11 @@ upload_files() {
git push --quiet --set-upstream origin-leanpub-preview leanpub-preview
}
trigger_preview() {
curl -d "api_key=${LEANPUB-API-KEY}" https://leanpub.com/geek-cookbook/preview.json
}
setup_git
commit_website_files
upload_files
trigger_preview