From b671d60389523c978571859fadc6a06003bed120 Mon Sep 17 00:00:00 2001 From: Samantha McVey Date: Mon, 10 Apr 2017 14:13:53 -0700 Subject: [PATCH] Try and fix update-gh-pages.sh --- update-gh-pages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-gh-pages.sh b/update-gh-pages.sh index 9b655de..323ef74 100755 --- a/update-gh-pages.sh +++ b/update-gh-pages.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash # Adapted from script by Yuriy Tymchuk 2013 # https://sleepycoders.blogspot.com/2013/03/sharing-travis-ci-generated-files.html