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 f2795b0 commit 4e16f29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
rm -f ./gbg_program/_wifi_site.ino
cp ./gbg_program/_wifi_site.html ./gbg_program/_wifi_site.ino
sed 's/"/\"/g' ./gbg_program/_wifi_site.ino
tr '\n' ' ' < ./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 ./gbg_program/_wifi_site.ino.tmp ./gbg_program/_wifi_site.ino
git commit . -m "BOT process website" --allow-empty
git push
Expand Down

0 comments on commit 4e16f29

Please sign in to comment.