From 8f1bb69ebacba4983c54579413b4210e31fd3e59 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 19 Aug 2026 01:06:04 +0200 Subject: [PATCH] [FR] stop shipping docs with packages (#12657) Fixes #12610 --- .github/workflows/release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 82a648457a..76394775f5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -215,6 +215,12 @@ jobs: echo "calculate release channel" pip install --require-hashes -r contrib/dev_reqs/requirements.txt python3 .github/scripts/version_check.py + - name: cleanup + run: | + # remove .map files from static build - these are only needed for debug + find src/backend/InvenTree/web/static/web -name "*.map" -type f -delete + # remove the whole docs dir - we are not doing anything with them + rm -rf docs - name: Package - current release channel uses: pkgr/action/package@c5666febcd31750da6428042193fc5b2fb765435 # main id: package