This commit is contained in:
parent
beabbd9427
commit
3a5dc95277
11
.gitea/workflows/build.yaml
Normal file
11
.gitea/workflows/build.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: Build
|
||||||
|
run-name: NPM builder
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: self-hosted
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: /root/links.opnkty
|
||||||
|
steps:
|
||||||
|
- run: npm run build
|
Loading…
Reference in New Issue
Block a user