1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-10-18 12:34:17 +02:00
hugo-theme-bootstrap4-blog/.build.yml
Alan Orth a94ebccf3d
All checks were successful
continuous-integration/drone/push Build is passing
Use Node.js 14 instead of 12
2022-06-07 09:36:46 +03:00

16 lines
292 B
YAML

image: archlinux
packages:
- nodejs-lts-fermium
- 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