We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a348e31 commit d48779aCopy full SHA for d48779a
1 file changed
.github/workflows/list_components.yml
@@ -176,6 +176,11 @@ jobs:
176
with:
177
name: linux_yum_dnf
178
path: doc/source/${{ github.workflow }}
179
+ - name: Download artifacts - linux_aitools
180
+ uses: actions/download-artifact@v2
181
+ with:
182
+ name: linux_aitools
183
+ path: doc/source/${{ github.workflow }}
184
- name: Download artifacts - macos
185
uses: actions/download-artifact@v2
186
0 commit comments