Skip to content

Commit

Permalink
Merge pull request #91 from oneapi-src/fix_aitools_docs
Browse files Browse the repository at this point in the history
Fixes for aitools list publishing
  • Loading branch information
hjroblesg authored Apr 9, 2024
2 parents ae94a2c + 0b59325 commit 7d8f143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/list_components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions doc/source/list_components/linux_aitools.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Content is generated by CI job.

0 comments on commit 7d8f143

Please sign in to comment.