Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit 3805280

Browse files
author
Oliver Borchert
committed
Fix CI
1 parent 3f83a20 commit 3805280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cd ../.docs
3535
3636
mv _static static
37-
for file in ./**/*.html; do
37+
for file in $(find . -name '*.html'); do
3838
sed -i 's/_static/static/g' $file
3939
done
4040

0 commit comments

Comments
 (0)