Skip to content

Commit 4313a81

Browse files
authored
Merge pull request #93 from oneapi-src/update_listcmd
Update find command in build docs stage
2 parents f755699 + be0d7ba commit 4313a81

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)