Skip to content

Commit 0b602f1

Browse files
author
Zack Michael
committed
allow empty commits to gh-pages if there are no changes to dist
1 parent df6b83b commit 0b602f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ deployment:
1414
- npm install
1515
- gulp build
1616
- git status
17-
- git commit dist/ -m "Circle CI - validator demo update"
17+
- git commit dist/ --allow-empty -m "Circle CI - validator demo update"
1818
- git push origin gh-pages

0 commit comments

Comments
 (0)