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:
Diffstat (limited to '.travis.yml')
-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: