Skip to content

Commit 7d8f143

Browse files
authored
Merge pull request #91 from oneapi-src/fix_aitools_docs
Fixes for aitools list publishing
2 parents ae94a2c + 0b59325 commit 7d8f143

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/list_components.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ jobs:
7878
with:
7979
python-version: '3.x'
8080
- name: Intel® AI Tools Toolkit
81-
run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aikit.txt
81+
run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}.txt
8282
- name: Upload artifacts
8383
uses: actions/upload-artifact@v2
8484
with:
8585
name: ${{ github.job }}
86-
path: doc/source/${{ github.workflow }}/${{ github.job }}_*
86+
path: doc/source/${{ github.workflow }}/${{ github.job }}*
8787

8888
linux_apt:
8989
runs-on: ubuntu-20.04
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Content is generated by CI job.

0 commit comments

Comments
 (0)