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

github.com/runningstream/hugograyscale.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrunningstream <runningstreamllc@gmail.com>2020-01-25 20:54:32 +0300
committerrunningstream <runningstreamllc@gmail.com>2020-01-25 20:54:32 +0300
commitd9d729d0392554c86ff727bb80d1104de9af369e (patch)
tree2f7ee210c764e0b4abd58a7f2ba66d12f86ae622
parent69087cd41255220a46694d0556df39e854161e8d (diff)
upd
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5c3d683..30f56ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,3 +4,12 @@ install:
script:
- make docs
+ - mv docs/* ./
+
+deploy:
+ provider: pages
+ skip_cleanup: true
+ github_token: $GITHUB_TOKEN
+ keep_history: true
+ on:
+ branch: gh-pages