Skip to content

Commit 9645da2

Browse files
committed
Fix copying .travis.yml into build branch
1 parent b1363c0 commit 9645da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/travis-deploy-to-gh-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Copy templates into build branch
4-
cp _config/travis.yml _site/.travis.yml
4+
cp _config/.travis.yml _site/.travis.yml
55
cp _config/README.md _site/README.md
66

77
# Open the build folder

0 commit comments

Comments
 (0)