Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tnwhitwell/hugo-startpage-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Whitwell <tom@whitwell.xyz>2018-04-24 17:45:25 +0300
committerTom Whitwell <tom@whitwell.xyz>2018-04-24 17:45:25 +0300
commitfcfc996912730d5ed8688a94f53177d8778d3233 (patch)
tree7a7b0c1dfa41d3005ff00acf51df60390f7f3831
parent09f56d131fa7f0a36d22d14932f26d6de3e98a92 (diff)
fix travis integration
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index e3e562d..974d86d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,14 +9,14 @@ script:
- cp -a ../layouts themes/startpage/
- cp -a ../static themes/startpage/
- cp -a ../theme.toml themes/startpage/
- - ../hugo
- - sed -i 's/COMMIT_SHA/TRAVIS_COMMIT/' public/startpage.appcache
+ - ../hugo -b https://tnwhitwell.github.io/hugo-startpage-theme/
+ - sed -i "s/COMMIT_SHA/$TRAVIS_COMMIT/" public/startpage.appcache
deploy:
provider: pages
skip-cleanup: true
local_dir: exampleSite/public
github-token: $GITHUB_TOKEN
- keep-history: true
+ keep-history: false
on:
branch: master