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: 30f56ab9834f2297346a045c43dd1e570770efb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
install:
  - sudo snap install hugo

script:
  - make docs
  - mv docs/* ./

deploy:
  provider: pages
  skip_cleanup: true
  github_token: $GITHUB_TOKEN
  keep_history: true
  on:
    branch: gh-pages