Browse Source

.travis.yml: Add auto-deployment for documentation

Jan Holthuis 5 năm trước cách đây
mục cha
commit
235c84d5b2
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      .travis.yml

+ 12 - 0
.travis.yml

@@ -16,3 +16,15 @@ script:
 - mkdir html
 - sphinx-multiversion docs html
 - python setup.py build sdist bdist_wheel
+
+# Deployment
+deploy:
+  # Deploy documentation
+- provider: pages
+  skip_cleanup: true
+  keep_history: true
+  github_token: $GITHUB_TOKEN
+  local_dir: html
+  on:
+    branch: master
+    repo: Holzhaus/sphinx-multiversion