Skip to content

Commit be0d7ba

Browse files
committed
Update find command in build docs stage
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent f755699 commit be0d7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/list_components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
run: python -m pip install --quiet -r requirements.txt
198198
- name: Build doc
199199
run: |
200-
find source/${{ github.workflow }} -maxdepth 1 -type f ! -name "*apt*" ! -name "*yum*" -exec sed -i -e 1,5d {} \;
200+
find source/${{ github.workflow }} -maxdepth 1 -type f ! -name "*apt*" ! -name "*yum*" ! -name "*aitools*" -exec sed -i -e 1,5d {} \;
201201
find source/${{ github.workflow }} -maxdepth 1 -type f -name "*windows*" -exec sed -i -e 1,2d {} \; -exec sed -i s"/\r//g" {} \;
202202
sed -i -e 1,7d source/${{ github.workflow }}/linux_yum_dnf.txt
203203
make html

0 commit comments

Comments
 (0)