Skip to content

Commit 125656e

Browse files
committed
🚿 path fix
1 parent 1496105 commit 125656e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/generate-html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
mkdir(BUILDDIR.'/html/');
132132
}
133133

134-
copy('./benchmark.css', BUILDDIR.'/html/benchmark.css');
134+
copy(__DIR__.'/benchmark.css', BUILDDIR.'/html/benchmark.css');
135135

136136
foreach($html as $file => $content){
137137
file_put_contents(BUILDDIR.'/html/'.$file.'.html', implode("\n", $content));

0 commit comments

Comments
 (0)