Skip to content

Commit

Permalink
Release docs from travis to GitHub Pages on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
benhylau committed Jan 8, 2019
1 parent 026c87b commit 84a14b4
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ script:
- make test CONFIG_DISABLE_KVM=yes
- sha1sum output/*
- ls -al output/*
- sha1sum output-docs/*
- ls -al output-docs/*

deploy:
- provider: releases
Expand All @@ -21,6 +23,13 @@ deploy:
on:
repo: tomeshnet/mesh-orange
tags: true

# TODO
# - Push the rendered document svg + pdf output to somewhere
- provider: pages
github-token:
secure: FIKQFkf9xcBvom8Chf/NMtrb1hTNHScZSORBWKbq0gBU0fQZDvOvxXFPWuyq98g0uFaj7Tk9t6+g/fxrkZ76ZINSDZ6aIZBPLWU8iChMiG4kOgCvwN5zQyK4Xbr0wlNNaAdz1UQySIbKhpbd8MV5tHbU1HHskDDAi0nznKO9kVk+Fw/lTYzjAr/NrNZfyAgdaflVLgFr4UEoIx3pxlcm3RJbzApdrCSdgz1WzIQxtCCDHXWbAwDMxvyh42al1E11rbFSXJgQp1fjo4h3I6FplOd+4BRotYNcLEwJYEQBKbwyGgIcvjMlXosGjQhPxeSN5/525XRwn8C9mB5uFFMbkO5X24cEc9JYqpQg+ArbxSvDmNEu14up3jztSb72Eo7HlPZP3JZPp6uWk6fyZReBd20QvQYOTEb7JHr/yfJsUCYPIp/AsAKW0D85HHjVXcKZ1q3J4pRHMDJZS4QB9MmYyAknRD+EWDuD9Hu+v+TgX/F1TSPov4yRojI1LI5T16vqwAuBNkLzQpTy5OWx4ikOgqYZqjV1oVgITtkrQP5wUjezLe8mVrsDl8SyGfPvbnbnbSqplEcjjrbREVDeFesRMtwauRBQNZR16fS7OG6GWp1GporiFqrW10wpVM11xRqbiZurKbyi1mhYqGTjQhXPrToJUP+8fSw6zXoFAdDQPWQ=
local-dir: "output-docs"
target-branch: gh-pages
keep-history: false
skip-cleanup: true
on:
repo: tomeshnet/mesh-orange
tags: true

0 comments on commit 84a14b4

Please sign in to comment.