mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Update github edit link
Move secure token to travis setup Update deploy show what's going on try
This commit is contained in:
parent
5e6b7fd977
commit
82fb2aa61d
@ -3,7 +3,4 @@ sudo: false
|
||||
cache: bundler
|
||||
script: rake generate
|
||||
after_success:
|
||||
- '[ "${TRAVIS_BRANCH}" = "master" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ] && rake deploy || false'
|
||||
env:
|
||||
global:
|
||||
secure: RgYtd9+qY3kBrDbAqSGszBEiZIalPzSd72a0w4zyG1FX4B/xA9ilqH1mLaBbjNsuwsDIfW6D4Vupec8Uh/eBtLKAt05pdZ70WiP9TYg1QRQS9k5epaqbOvxFzIzQO4Mcz1dT0tuMJ9c0H9VXUjFJVtCG17vkPpK3qHkYW0GAxqE=
|
||||
- '[ "${TRAVIS_BRANCH}" = "current" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ] && rake deploy || false'
|
||||
|
2
_deploy
2
_deploy
@ -1 +1 @@
|
||||
Subproject commit 3633483305bb092ff72024ac1b59e66f7c1aacc0
|
||||
Subproject commit 69146ecaf4d31902ab9ea0a4e6c9f3985d99e808
|
@ -1,4 +1,4 @@
|
||||
{% assign url_parts = page.url | split: '/' %}
|
||||
{% if page.hide_github_edit != true %}
|
||||
<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>
|
||||
<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>
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user