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.
2 parents f755699 + be0d7ba commit 4313a81Copy full SHA for 4313a81
.github/workflows/list_components.yml
@@ -197,7 +197,7 @@ jobs:
197
run: python -m pip install --quiet -r requirements.txt
198
- name: Build doc
199
run: |
200
- find source/${{ github.workflow }} -maxdepth 1 -type f ! -name "*apt*" ! -name "*yum*" -exec sed -i -e 1,5d {} \;
+ find source/${{ github.workflow }} -maxdepth 1 -type f ! -name "*apt*" ! -name "*yum*" ! -name "*aitools*" -exec sed -i -e 1,5d {} \;
201
find source/${{ github.workflow }} -maxdepth 1 -type f -name "*windows*" -exec sed -i -e 1,2d {} \; -exec sed -i s"/\r//g" {} \;
202
sed -i -e 1,7d source/${{ github.workflow }}/linux_yum_dnf.txt
203
make html
0 commit comments