blob: a72b82814016c6fbc7116646f1b4c267cdb90fbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Full project: https://gitlab.com/pages/hugo
image: publysher/hugo
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master
test:
script:
- hugo
except:
- master
|