mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-14 16:27:04 +01:00
.build.yml: Add SourceHut CI script
This commit is contained in:
parent
947ec526cd
commit
480f31074d
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
|
Loading…
Reference in New Issue
Block a user