Add debug stuff
continuous-integration/drone/push Build is passing Details

pull/1/head
Davide Polonio 2021-04-27 22:36:54 +02:00
parent be267926b7
commit 996bc92876
1 changed files with 5 additions and 3 deletions

View File

@ -3,16 +3,18 @@ type: docker
name: default
steps:
- name: Submodules
- name: submodules
image: alpine/git
commands:
- git submodule update --recursive --remote
- name: Lint checks
- ls -lah
- ls -lah themes
- name: lint checks
image: node:14.16-alpine
commands:
- npm install
- npm run lint
- name: Hugo build
- name: hugo build
image: klakegg/hugo:0.82.1-ext-alpine-ci
commands:
- hugo