From 19e5d3437838a23740d925cb701da8c4d3f26fcd Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sun, 18 Aug 2024 02:01:13 +0200 Subject: [PATCH] build: update Signed-off-by: AuxXxilium --- .github/workflows/data.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/data.yml b/.github/workflows/data.yml index 1d067f78..b78d4288 100644 --- a/.github/workflows/data.yml +++ b/.github/workflows/data.yml @@ -67,9 +67,9 @@ jobs: - name: Get data run: | pip install -r scripts/requirements.txt - python scripts/func.py getmodels -w "arc/ws" -j "docs/models.json" -x "docs/models.xlsx" - python scripts/func.py getaddons -w "arc/ws" -j "docs/addons.json" -x "docs/addons.xlsx" - python scripts/func.py getmodules -w "arc/ws" -j "docs/modules.json" -x "docs/modules.xlsx" + python scripts/func.py getmodels -w "arc/ws" -j "docs/models.json" + python scripts/func.py getaddons -w "arc/ws" -j "docs/addons.json" + python scripts/func.py getmodules -w "arc/ws" -j "docs/modules.json" - name: Upload to Artifacts if: success()