mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-24 21:36:06 +00:00
fix: chore
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-dev-image:
|
build-artifacts:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Make Temp Directory
|
- name: Make Temp Directory
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /tmp/langbot_build_web
|
mkdir -p /tmp/langbot_build_web
|
||||||
copy -r . /tmp/langbot_build_web
|
cp -r . /tmp/langbot_build_web
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user