]> git.lizzy.rs Git - rust.git/blobdiff - .github/deploy.sh
Link with https instead of http
[rust.git] / .github / deploy.sh
index 17eb35b46494a88582a36fc3789cc07af0e2134a..aa76f8f4e410fb6886d476882bb1d1147e3e28df 100755 (executable)
@@ -2,6 +2,7 @@
 # Automatically deploy on gh-pages
 
 set -e
+set -x
 
 SOURCE_BRANCH="master"
 TARGET_BRANCH="gh-pages"