From 0873f7dd46143e1b216412d7bc46a69426cdeb52 Mon Sep 17 00:00:00 2001 From: a624669980 Date: Thu, 30 Sep 2021 17:00:55 +0800 Subject: [PATCH] Modify the publishing process --- .github/workflows/casa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/casa.yml b/.github/workflows/casa.yml index 7a4a4a0..fe57ce4 100644 --- a/.github/workflows/casa.yml +++ b/.github/workflows/casa.yml @@ -79,7 +79,7 @@ jobs: - name: Build frontend with nodejs and yarn run: | - cd casa/UI + cd UI ls yarn install yarn build