Skip to content

Commit 6682b9d

Browse files
Hari KiranHari Kiran
authored andcommitted
Added scripts to zodiac
1 parent e3513a6 commit 6682b9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-deploy-zodiac.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
run: |
3131
echo "Building for /dev/${{ env.BRANCH_NAME }}/"
3232
PUBLIC_URL="/dev/${{ env.BRANCH_NAME }}/" yarn build
33+
34+
- name: Copy JS libraries (jdata, bjdata etc.)
35+
run: |
36+
mkdir -p build/js
37+
cp -r public/js/* build/js/
3338
3439
- name: Copy package to server
3540
uses: NeuroJSON/[email protected]

0 commit comments

Comments
 (0)