소스 검색

Modify the publishing process

a624669980 3 년 전
부모
커밋
0873f7dd46
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/casa.yml

+ 1 - 1
.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