diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 67c41879..1f97cdd6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -101,7 +101,7 @@ jobs: working-directory: frontend/electron id: build run: | - npm run build + npm run build:web echo "dist-path=$(pwd)/dist" >> $GITHUB_OUTPUT - name: "Upload dist as artifact" diff --git a/backend/celerybeat-schedule b/backend/celerybeat-schedule index 9820daa1..c79b0320 100644 Binary files a/backend/celerybeat-schedule and b/backend/celerybeat-schedule differ