From ed764be0520e8fa294c83221f62a11354070b7ed Mon Sep 17 00:00:00 2001 From: Trumeet Date: Mon, 17 Oct 2022 12:44:47 -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 65e59a2..3483698 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