Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
chore(Makefile): ensure root of docs mirrors /branch/master
Browse files Browse the repository at this point in the history
  • Loading branch information
rnicholus committed Feb 22, 2017
1 parent 225a700 commit d7bb0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ docs: install-docfu
maybe-update-root-docs:
ifndef TRAVIS_TAG
ifeq ($(TRAVIS_BRANCH), master)
cp -pR docs.fineuploader.com/branch/master/ docs.fineuploader.com/
cp -pR docs.fineuploader.com/branch/master/. docs.fineuploader.com/
endif
endif
.PHONY: maybe-update-root-docs
Expand Down

0 comments on commit d7bb0d9

Please sign in to comment.