Skip to content

Commit

Permalink
🚿 path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed May 1, 2024
1 parent 1496105 commit 125656e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/generate-html.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
mkdir(BUILDDIR.'/html/');
}

copy('./benchmark.css', BUILDDIR.'/html/benchmark.css');
copy(__DIR__.'/benchmark.css', BUILDDIR.'/html/benchmark.css');

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

0 comments on commit 125656e

Please sign in to comment.