mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-12 10:19:36 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
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"
|
||||
}
|
||||
Reference in New Issue
Block a user