This commit is contained in:
parent
be267926b7
commit
996bc92876
@ -3,16 +3,18 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Submodules
|
- name: submodules
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --recursive --remote
|
- git submodule update --recursive --remote
|
||||||
- name: Lint checks
|
- ls -lah
|
||||||
|
- ls -lah themes
|
||||||
|
- name: lint checks
|
||||||
image: node:14.16-alpine
|
image: node:14.16-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- name: Hugo build
|
- name: hugo build
|
||||||
image: klakegg/hugo:0.82.1-ext-alpine-ci
|
image: klakegg/hugo:0.82.1-ext-alpine-ci
|
||||||
commands:
|
commands:
|
||||||
- hugo
|
- hugo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user