We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec39af commit 1e86856Copy full SHA for 1e86856
.travis.yml
@@ -7,7 +7,7 @@ branches:
7
only:
8
- master # build master branch only
9
script:
10
- - hexo deploy # generate static files
+ - hexo generate # generate static files
11
deploy:
12
provider: pages
13
skip-cleanup: true
0 commit comments