From 33e047b73d2db7b8405f844f6bd6b6f85546acc5 Mon Sep 17 00:00:00 2001 From: julen_port Date: Mon, 16 Sep 2024 11:49:10 +0200 Subject: [PATCH] chore: update ci.yaml to avoid using a deprecated method --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 60bce9c..c3599bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,4 +39,4 @@ jobs: LTD_PASSWORD: ${{ secrets.LTD_PASSWORD }} LTD_USERNAME: ${{ secrets.LTD_USERNAME }} run: | - ltd upload --product ts_tma_tma-documentation_maintenance-documents_deployment --dir _build/html --gh + ltd upload --project ts_tma_tma-documentation_maintenance-documents_deployment --dir _build/html --gh