Skip to content

Commit

Permalink
try fix website (#30)
Browse files Browse the repository at this point in the history
add a travis build for jekyll with a deploy step
  • Loading branch information
lovettchris authored May 22, 2020
1 parent 9542c13 commit 533ceed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: ruby
install:
- bundle install

rvm:
- 2.4

script:
- bundle exec jekyll build -s docs -b /coyote

deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: true
on:
branch: master
5 changes: 1 addition & 4 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Setup
title: Coyote
alt-title: Coyote
Expand All @@ -9,7 +8,7 @@ author:
name: Microsoft
url: https://microsoft.github.io/coyote/

permalink: pretty #removes .html from generated links
permalink: pretty

source: docs

Expand All @@ -36,8 +35,6 @@ plugins:
- jekyll-seo-tag
- jekyll-relative-links

source: docs

relative_links:
enabled: true
collections: true
Expand Down

0 comments on commit 533ceed

Please sign in to comment.