mirror of https://github.com/kc0bfv/ticky_tacky_dark.git

Karl
05.26.2020 6aa4512b8c5bb2dd44f896c8fc44a2ed08b33775
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: generic
install:
  - sudo snap install hugo
 
script:
  - make
 
deploy:
  provider: pages
  skip_cleanup: true
  github_token: $GITHUB_TOKEN
  keep_history: true
  local_dir: exampleSite/public
  on:
    branch: master