From f1eac3002eb936670017536749a2bcbc5f1e3241 Mon Sep 17 00:00:00 2001 From: Joker <1465267+JokerQyou@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:53:10 +0800 Subject: [PATCH] fix embeding --- .github/workflows/ci.yml | 3 --- server/dist/.gitkeep | 0 2 files changed, 3 deletions(-) create mode 100644 server/dist/.gitkeep diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 421ba5f..53d4eb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,9 +26,6 @@ jobs: run: sudo apt update && sudo apt install -y libappindicator3-dev gcc libgtk-3-dev libxapp-dev if: matrix.os == 'ubuntu-latest' - - name: Build frontend - run: cd frontend && npm install && npm run build - - name: Test run: go test -v ./... diff --git a/server/dist/.gitkeep b/server/dist/.gitkeep new file mode 100644 index 0000000..e69de29