We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f14a7 commit 440a778Copy full SHA for 440a778
.travis.yml
@@ -31,6 +31,7 @@ before_install:
31
# - ./qshell_linux_amd64 account $QiNiuAK $QiNiuSK
32
install:
33
- npm install nodeppt@1 -g
34
+ - npm install netlify-cli -g
35
script:
36
- nodeppt generate ./演讲 ./slides -a
37
- cd jekyll-blog
@@ -42,6 +43,8 @@ script:
42
43
# - cat ./public/css/base.css # just for verify changes
44
# - ../qshell_linux_amd64 qupload scripts/qiniu.conf.json
45
after_success:
46
+ - |
47
+ netlify deploy -s $NETLIFY_SITE_ID -t $NETLIFY_ACCESS_TOKEN -p ./_site
48
- |
49
cd _site
50
touch .nojekyll
0 commit comments