mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-05-17 17:41:54 +02:00
.build.yml: Add SourceHut CI script
This commit is contained in:
15
.build.yml
Normal file
15
.build.yml
Normal file
@ -0,0 +1,15 @@
|
||||
image: archlinux
|
||||
packages:
|
||||
- nodejs-lts-dubnium
|
||||
- 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
|
Reference in New Issue
Block a user