Skip to content

Commit

Permalink
Add github pages deployment using Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaverde committed Aug 24, 2016
1 parent cd1a6c7 commit cb301b7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python: 2.7
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/lektor/builds
install: "pip install Lektor"
script: "lektor build"
deploy:
provider: script
script: "lektor deploy production"
3 changes: 3 additions & 0 deletions spyder_website.lektorproject
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ name = Spider Website
lektor-webpack-support = 0.1
lektor-markdown-header-anchors = 0.1
lektor-disqus-comments = 0.2

[servers.production]
target = ghpages+https://spyder-ide/spyder.github.io

0 comments on commit cb301b7

Please sign in to comment.