Skip to content

Commit 82fb2aa

Browse files
committed
Update github edit link
Move secure token to travis setup Update deploy show what's going on try
1 parent 5e6b7fd commit 82fb2aa

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,4 @@ sudo: false
33
cache: bundler
44
script: rake generate
55
after_success:
6-
- '[ "${TRAVIS_BRANCH}" = "master" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ] && rake deploy || false'
7-
env:
8-
global:
9-
secure: RgYtd9+qY3kBrDbAqSGszBEiZIalPzSd72a0w4zyG1FX4B/xA9ilqH1mLaBbjNsuwsDIfW6D4Vupec8Uh/eBtLKAt05pdZ70WiP9TYg1QRQS9k5epaqbOvxFzIzQO4Mcz1dT0tuMJ9c0H9VXUjFJVtCG17vkPpK3qHkYW0GAxqE=
6+
- '[ "${TRAVIS_BRANCH}" = "current" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ] && rake deploy || false'

_deploy

source/_includes/edit_github.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{% assign url_parts = page.url | split: '/' %}
22
{% if page.hide_github_edit != true %}
3-
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.io/tree/master/source/{{ page.path }}'>Edit this page on GitHub</a></div>
3+
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/{{ page.path }}'>Edit this page on GitHub</a></div>
44
{% endif %}

0 commit comments

Comments
 (0)