Skip to content

Commit

Permalink
Redo github action
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Dec 9, 2024
1 parent e16ca28 commit fd164ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
name: Preview build
description: 'Build the preview with UI version number'

on:
workflow_dispatch:
name: Preview build with VEDA UI

inputs:
ui-version:
Expand All @@ -15,7 +11,11 @@ runs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
- name: Use Node.js ${{ env.NODE }}
uses: actions/setup-node@v1
with:
node-version: ${{ env.NODE }}

- name: git config
run: |
Expand Down

0 comments on commit fd164ad

Please sign in to comment.