hugo-theme-bootstrap5-blog/.drone.yml

11 lines
133 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: node:12-alpine
commands:
- npm install
- npm run dist