-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.travis.yml
More file actions
29 lines (23 loc) · 820 Bytes
/
.travis.yml
File metadata and controls
29 lines (23 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
language: go
go:
- master
git:
submodules: false
before_install:
- git submodule update --init --remote --recursive
install:
- wget https://github.com/gohugoio/hugo/releases/download/v0.41/hugo_0.41_Linux-64bit.deb
- sudo dpkg -i hugo_0.41_Linux-64bit.deb
script:
- hugo -t ananke
deploy:
local_dir: public # Default static site output dir for Hugo
repo: MonashDataFluency/MonashDataFluency.github.io # This is the slug of the repo you want to deploy your site to
target_branch: master # GitHub pages branch to deploy to (in other cases it can be gh-pages)
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # This is the authentication which you will setup in the next step in travis-ci dashboard
email: ajperry@pansapiens.com
name: "Andrew Perry"
on:
branch: master