Updated circleci config for hugo.
This commit is contained in:
parent
a3d21a1494
commit
fc3bea9292
|
@ -0,0 +1,9 @@
|
||||||
|
orbs:
|
||||||
|
hugo: circleci/hugo@0.1
|
||||||
|
version: 2.1
|
||||||
|
workflows:
|
||||||
|
main:
|
||||||
|
jobs:
|
||||||
|
- hugo/build:
|
||||||
|
html-proofer: true
|
||||||
|
version: '0.105.0'
|
Loading…
Reference in New Issue