Skip to content

Commit

Permalink
Removing CNAME file
Browse files Browse the repository at this point in the history
The CNAME file is only used for Github Pages, so it does not need to be
in master. This change removes it from master and adds it back when
pushing to gh-pages.
  • Loading branch information
phillipskevin committed Dec 8, 2016
1 parent c0b9bda commit 05d869c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -15,6 +15,7 @@ publish-docs:
git add -f node_modules/funcunit git add -f node_modules/funcunit
git add -f node_modules/syn git add -f node_modules/syn
git add -f node_modules/socket.io-client git add -f node_modules/socket.io-client
git checkout origin/gh-pages -- CNAME
git checkout origin/gh-pages -- release/ git checkout origin/gh-pages -- release/
git commit -m "Publish docs" git commit -m "Publish docs"
git push -f origin gh-pages git push -f origin gh-pages
Expand Down

0 comments on commit 05d869c

Please sign in to comment.