Skip to content

Commit

Permalink
fixing recursive directory add
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimieMurdock committed Jun 26, 2018
1 parent 32248ec commit e13b8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-docs.sh
Expand Up @@ -16,6 +16,6 @@ echo $MSG
git clone git@github.com:inpho/topic-explorer.git $TMPREPO
cd $TMPREPO
git checkout gh-pages ###gh-pages has previously one off been set to be nothing but html
cp -r $SRCDOCS/ $TMPREPO
cp -r $SRCDOCS/* $TMPREPO
git add -A
git commit -m "$MSG" && git push origin gh-pages

0 comments on commit e13b8c2

Please sign in to comment.