From 2d0c1cf9b1d3bbcb758be984062517260cdd17f9 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Mon, 17 Oct 2022 12:43:00 -0700 Subject: Fix CI: projs/dist/ --- post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-receive b/post-receive index 5c3bf0d..65e59a2 100755 --- a/post-receive +++ b/post-receive @@ -17,7 +17,7 @@ yarn install yarn build sed -i "s/\/assets/assets/g" dist/index.html cd .. -mv projs/dist dist/projs +mv projs/dist/ dist/projs cd neo/ npm install . -- cgit v1.2.3