From 0b59325cdec6b5d018b4fabf31f13bea2a60e173 Mon Sep 17 00:00:00 2001 From: Jesus Hector Robles Gutierrez Date: Mon, 8 Apr 2024 16:38:00 -0700 Subject: [PATCH] Fixes for aitools list publishing Signed-off-by: Jesus Hector Robles Gutierrez --- .github/workflows/list_components.yml | 4 ++-- doc/source/list_components/linux_aitools.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/source/list_components/linux_aitools.txt diff --git a/.github/workflows/list_components.yml b/.github/workflows/list_components.yml index 097a2804..998157f4 100644 --- a/.github/workflows/list_components.yml +++ b/.github/workflows/list_components.yml @@ -78,12 +78,12 @@ jobs: with: python-version: '3.x' - name: IntelĀ® AI Tools Toolkit - run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aikit.txt + run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}.txt - name: Upload artifacts uses: actions/upload-artifact@v2 with: name: ${{ github.job }} - path: doc/source/${{ github.workflow }}/${{ github.job }}_* + path: doc/source/${{ github.workflow }}/${{ github.job }}* linux_apt: runs-on: ubuntu-20.04 diff --git a/doc/source/list_components/linux_aitools.txt b/doc/source/list_components/linux_aitools.txt new file mode 100644 index 00000000..0e1953fc --- /dev/null +++ b/doc/source/list_components/linux_aitools.txt @@ -0,0 +1 @@ +Content is generated by CI job.