Skip to content

Commit

Permalink
Update compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-8 committed Sep 21, 2024
1 parent c97d40b commit efaee81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
rm -f ./gbg_program/_wifi_site.ino
cp ./gbg_program/_wifi_site.html ./gbg_program/_wifi_site.ino
sed -i 's/"/\"/g' ./gbg_program/_wifi_site.ino
sed -i 's:":\\":g' ./gbg_program/_wifi_site.ino
tr '\n' ' ' < ./gbg_program/_wifi_site.ino > ./gbg_program/_wifi_site.ino.tmp
mv -f ./gbg_program/_wifi_site.ino.tmp ./gbg_program/_wifi_site.ino
Expand Down

0 comments on commit efaee81

Please sign in to comment.