From 1acecd80ca9774fca74c3d4609a13844fb8cc23a Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Thu, 27 Feb 2025 15:34:57 -0800 Subject: [PATCH] Include the webserver file in the dist --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4121fcbc..419013352 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -533,7 +533,8 @@ jobs: requirements.txt \ LICENSE \ README.md \ - paperless.conf.example + paperless.conf.example \ + webserver.py do cp --verbose ${file_name} dist/paperless-ngx/ done