Skip to content

Commit 444c948

Browse files
committed
Fix doc upload.
1 parent 97e4b34 commit 444c948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/upload_docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -e # Exit with nonzero exit code if anything fails
3-
3+
set -vx
44
SOURCE_BRANCH="master"
55
TARGET_BRANCH="gh-pages"
66

@@ -20,7 +20,7 @@ SHA=`git rev-parse --verify HEAD`
2020
cd bin.SCons
2121
git init
2222
git config user.name "Travis CI"
23-
git config user.email "$COMMIT_AUTHOR_EMAIL"
23+
git config user.email "travis-ci"
2424

2525
# Make sure 'GH_TOKEN' is set (as 'secure' variable) in .travis.yml
2626
git remote add upstream "https://$GH_TOKEN@github.com/boostorg/python.git"

0 commit comments

Comments
 (0)