Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lagden committed Mar 29, 2017
1 parent 5b93d8d commit c81a3da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy
Expand Up @@ -24,6 +24,6 @@ git init
git add .
git commit -m "Deploy to GitHub Pages"
git push --force --quiet "https://${GH_TOKEN}@github.com/lagden/growl.git" master:gh-pages > /dev/null 2>&1
rm -rf ${GO};
rm -rf ${GO}

exit 0
5 changes: 5 additions & 0 deletions example/index.html
Expand Up @@ -6,6 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Example Growl</title>
<link rel="stylesheet" href="../dist/growl.css">
<style>
button {
height: 48px;
}
</style>
</head>
<body>
<button id="bt" type="button">Click here!!</button>
Expand Down

0 comments on commit c81a3da

Please sign in to comment.