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 f755699 commit be0d7baCopy full SHA for be0d7ba
.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