Skip to content

Commit 4b42de4

Browse files
committed
Update generated CNAME file
1 parent 264b4d2 commit 4b42de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ deploy: site
1313
git ls-files * | xargs git rm
1414
rmdir --ignore-fail-on-non-empty --parents */
1515
mv site/* .
16-
echo "www.jshint.com" > CNAME
16+
echo "jshint.com" > CNAME
1717
git add .
1818
git commit -m "Build site."
1919
git push --force $(DEPLOY_REMOTE) $(DEPLOY_BRANCH)

0 commit comments

Comments
 (0)