From b671afdc1ad6b904d2e474a3f99f51661c0b5bd0 Mon Sep 17 00:00:00 2001 From: Ronak Buch Date: Thu, 13 Jun 2019 16:26:28 -0500 Subject: [PATCH] Add gh-pages deploy target --- config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.yaml b/config.yaml index 8f78a6b..ff9a53b 100644 --- a/config.yaml +++ b/config.yaml @@ -76,3 +76,8 @@ watcher: # When to send notifications (using Growl or notify-send). notify_on_compilation_success: true notify_on_compilation_failure: true + +deploy: + default: + kind: git + branch: gh-pages