Updated circleci config for hugo.
This commit is contained in:
parent
a3d21a1494
commit
fc3bea9292
1 changed files with 9 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue