Skip to content

Commit

Permalink
Fix build.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Jul 9, 2023
1 parent 9160cc5 commit fd04419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

cd build;
cd dist;
cp index.html 404.html;
cp index.html insights.html;
cp index.html questions.html;
cp index.html eco-score.html;
cp index.html settings.html;
cp index.html logos.html;
cd ..;
cd ..;

0 comments on commit fd04419

Please sign in to comment.