Skip to content

Commit

Permalink
Better copy syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Apr 13, 2017
1 parent 055bcd5 commit ac8f909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/update-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
rm -Rf demo/trunk/doc/*
#copy new build
cp -Rf $HOME/built/dist/* demo/trunk
cp -Rf $HOME/built/doc/* demo/trunk/doc
cp -Rf $HOME/built/doc demo/trunk/doc
#add, commit and push files
git add -Af .
git commit -m "Travis build $TRAVIS_BUILD_NUMBER pushed to gh-pages"
Expand Down

0 comments on commit ac8f909

Please sign in to comment.