mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-04-29 18:26:48 +02:00
actions: Merge build-webui.yml and go.yml
This commit is contained in:
parent
d362d17e33
commit
a8d887e174
2 changed files with 1 additions and 34 deletions
33
.github/workflows/build-webui.yml
vendored
33
.github/workflows/build-webui.yml
vendored
|
@ -1,33 +0,0 @@
|
||||||
name: Build WebUI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
update:
|
|
||||||
name: Build Site
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: webui
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
name: Checkout Repo
|
|
||||||
|
|
||||||
- name: Use Node.js
|
|
||||||
uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: "18.x"
|
|
||||||
|
|
||||||
- run: yarn
|
|
||||||
name: Install Dependencies
|
|
||||||
|
|
||||||
- run: yarn build
|
|
||||||
name: Build Site
|
|
||||||
|
|
||||||
#- uses: actions/upload-artifact@v3
|
|
||||||
# name: Upload Artifacts
|
|
||||||
# with:
|
|
||||||
# name: site
|
|
||||||
# path: public
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: Go
|
name: Build Veles
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
Loading…
Add table
Reference in a new issue