Przeglądaj źródła

Testing deploying to a branch

Julien Deswaef 6 lat temu
rodzic
commit
f0c82cfd7b
1 zmienionych plików z 9 dodań i 0 usunięć
  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: