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

.travis.yml - github.com/runningstream/hugograyscale.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09fafa2da646417b4751cdd1de759814d57e3699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
install:
  - sudo snap install hugo

script:
  - make docs

deploy:
  provider: pages
  skip_cleanup: true
  github_token: $GITHUB_DEPLOY_TOKEN
  keep_history: true
  local_dir: docs
  on:
    branch: travis_test