瀏覽代碼

Testing deploying to a branch

Julien Deswaef 6 年之前
父節點
當前提交
f0c82cfd7b
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      .travis.yml

+ 9 - 0
.travis.yml

@@ -9,6 +9,15 @@ install:
 script:
   - npm run build
 
+deploy:
+  provider: pages
+  skip-cleanup: true
+  github-token: $GITHUB_TOKEN
+  keep-history: true
+  local-dir: _site
+  on:
+    branch: gh-pages-test
+
 # blocklist
 branches:
   except: