hugo-theme-bootstrap4-blog/.build.yml

16 lines
291 B
YAML
Raw Normal View History

2019-04-23 15:46:29 +02:00
image: archlinux
packages:
2020-01-23 19:16:15 +01:00
- nodejs-lts-erbium
2019-04-23 15:46:29 +02:00
- npm
sources:
- https://git.sr.ht/~alanorth/hugo-theme-bootstrap4-blog
tasks:
- setup: |
id
node -v
cd hugo-theme-bootstrap4-blog
npm install
- test: |
cd hugo-theme-bootstrap4-blog
npm run build