mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
0523d3ad91
1 changed files with 14 additions and 0 deletions
14
.github/main.workflow
vendored
Normal file
14
.github/main.workflow
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
workflow "Build, Test, and Publish" {
|
||||||
|
on = "push"
|
||||||
|
resolves = ["Build"]
|
||||||
|
}
|
||||||
|
|
||||||
|
action "Build" {
|
||||||
|
uses = "nuxt/actions-yarn@master"
|
||||||
|
args = "install"
|
||||||
|
}
|
||||||
|
|
||||||
|
action "Compile Assets" {
|
||||||
|
uses = "nuxt/actions-yarn@master"
|
||||||
|
args = "encore production"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue