Add set -x for debugging

This commit is contained in:
Philipp Hansch 2018-04-11 08:23:02 +02:00
parent 8fbeaa81d8
commit bdba9c14e7
No known key found for this signature in database
GPG Key ID: B6FA06A6E0E2665B
1 changed files with 1 additions and 0 deletions

1
.github/deploy.sh vendored
View File

@ -2,6 +2,7 @@
# Automatically deploy on gh-pages
set -e
set -x
SOURCE_BRANCH="master"
TARGET_BRANCH="gh-pages"