From 7cee9f47ad12d24e0f58a19495859d3663700b24 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 7 Aug 2021 23:27:30 +0430 Subject: [PATCH] we need to install dependencies duh --- .github/build_push.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/build_push.yml b/.github/build_push.yml index 60a1c55c..aea1b64f 100644 --- a/.github/build_push.yml +++ b/.github/build_push.yml @@ -25,9 +25,17 @@ jobs: path: master fetch-depth: 0 + - name: Cache node_modules + uses: actions/cache@v2 + with: + path: | + **/node_modules + key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }} + - name: Build webUI run: | cd master + yarn yarn build cd build zip -9 -r "../Tachidesk-WebUI-r$(git rev-list HEAD --count)" *