mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-04-28 09:46:51 +02:00
Update build-webui.yml
This commit is contained in:
parent
dfbe5cdc18
commit
68ed552aa2
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build-webui.yml
vendored
7
.github/workflows/build-webui.yml
vendored
|
@ -7,6 +7,9 @@ jobs:
|
|||
update:
|
||||
name: Build Site
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: webui
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -17,8 +20,6 @@ jobs:
|
|||
with:
|
||||
node-version: "17.x"
|
||||
|
||||
- run: cd webui
|
||||
|
||||
- run: yarn
|
||||
name: Install Dependencies
|
||||
|
||||
|
@ -29,4 +30,4 @@ jobs:
|
|||
# name: Upload Artifacts
|
||||
# with:
|
||||
# name: site
|
||||
# path: public
|
||||
# path: public
|
||||
|
|
Loading…
Add table
Reference in a new issue