This commit is contained in:
parent
0163eecbb4
commit
4f8c87b6bb
18
.gitea/workflows/build.yaml
Normal file
18
.gitea/workflows/build.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
name: Build
|
||||||
|
run-name: ${{gitea.actor}} is building 🚀
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Build:
|
||||||
|
runs-on: osx
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Restoring Node Packages
|
||||||
|
run: |
|
||||||
|
cd source
|
||||||
|
yarn install --frozen-lockfile
|
||||||
|
- name: Build
|
||||||
|
run: |
|
||||||
|
cd source
|
||||||
|
yarn run build
|
||||||
Loading…
Reference in New Issue
Block a user