mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-16 21:16:56 +08:00
Fixed Bash syntax.
This commit is contained in:
4
.github/workflows/SphinxDocumentation.yml
vendored
4
.github/workflows/SphinxDocumentation.yml
vendored
@@ -227,7 +227,7 @@ jobs:
|
|||||||
if [[ $found -eq 0 ]]; then
|
if [[ $found -eq 0 ]]; then
|
||||||
printf "[SKIPPED]\n"
|
printf "[SKIPPED]\n"
|
||||||
fi
|
fi
|
||||||
done <<<$(find . -type f -not -iname "*.cls" -not -iname "*.sty" -not -iname "*.xdy" -not -iname "*.svg" -not -iname "*.png" -not -iname "*.jpg" | sed 's:./::')
|
done < <(find . -type f -not -iname "*.cls" -not -iname "*.sty" -not -iname "*.xdy" -not -iname "*.svg" -not -iname "*.png" -not -iname "*.jpg" | sed 's:./::')
|
||||||
|
|
||||||
- name: Workaround II - https://github.com/sphinx-doc/sphinx/issues/13189
|
- name: Workaround II - https://github.com/sphinx-doc/sphinx/issues/13189
|
||||||
if: inputs.latex_artifact != ''
|
if: inputs.latex_artifact != ''
|
||||||
@@ -259,7 +259,7 @@ jobs:
|
|||||||
printf "[FAILED]\n"
|
printf "[FAILED]\n"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done <<<$(find . -type f -iname "*.$imageExt" | sed 's:./::')
|
done < <(find . -type f -iname "*.$imageExt" | sed 's:./::')
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: 📤 Upload 'LaTeX Documentation' artifact
|
- name: 📤 Upload 'LaTeX Documentation' artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user