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

.travis.yml - github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49eeb00cd68aac086cce5c2fdee002ec15b6cd69 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: go
before_install:
  - wget https://github.com/gohugoio/hugo/releases/download/v0.74.3/hugo_extended_0.74.3_Linux-64bit.deb
  - sudo dpkg -i hugo_extended_0.74.3_Linux-64bit.deb
install: skip
branches:
  only:
    - master
    - main
script:
  - cd exampleSite && hugo --minify --themesDir ../..