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 21:10:58 +0300
committerrunningstream <runningstreamllc@gmail.com>2020-01-25 21:10:58 +0300
commit90a18a48d29ae46f3526423e1ac53bced043f6ee (patch)
tree90e219f8049d653772895f86865604ef3bdb57f9
parent56942fcc75d429b17fa4a195dcfe2e9a3b66435e (diff)
upd
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 09fafa2..dd8a1c5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
----
+language: generic
install:
- sudo snap install hugo
@@ -8,7 +8,7 @@ script:
deploy:
provider: pages
skip_cleanup: true
- github_token: $GITHUB_DEPLOY_TOKEN
+ github_token: $GITHUB_TOKEN
keep_history: true
local_dir: docs
on: