Skip to content

Commit

Permalink
don't echo the git init commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz committed Oct 9, 2015
1 parent d48a836 commit fb92827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ clean-docs:
rm -rf ./docs

deploy-docs: docs
cd docs && git init && git remote add upstream "https://${GH_TOKEN}@github.com/mrtazz/$(NAME).git" && \
@cd docs && git init && git remote add upstream "https://${GH_TOKEN}@github.com/mrtazz/$(NAME).git" && \
git submodule add https://github.com/mrtazz/jekyll-layouts.git ./_layouts && \
git submodule update --init && \
git fetch upstream && git reset upstream/gh-pages && \
Expand Down

0 comments on commit fb92827

Please sign in to comment.