We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae94a2c + 0b59325 commit 7d8f143Copy full SHA for 7d8f143
2 files changed
.github/workflows/list_components.yml
@@ -78,12 +78,12 @@ jobs:
78
with:
79
python-version: '3.x'
80
- name: Intel® AI Tools Toolkit
81
- 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
82
- name: Upload artifacts
83
uses: actions/upload-artifact@v2
84
85
name: ${{ github.job }}
86
- path: doc/source/${{ github.workflow }}/${{ github.job }}_*
+ path: doc/source/${{ github.workflow }}/${{ github.job }}*
87
88
linux_apt:
89
runs-on: ubuntu-20.04
doc/source/list_components/linux_aitools.txt
@@ -0,0 +1 @@
1
+Content is generated by CI job.
0 commit comments