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 44f31db commit aae411e
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 @@ -43,7 +43,7 @@ jobs:
mv -f ./gbg_program/_wifi_site.ino.tmp ./gbg_program/_wifi_site.ino
sed -i 's/^/#ifdef ARDUINO_RASPBERRY_PI_PICO_W \n const char indexHTML[] = " /' ./gbg_program/_wifi_site.ino
echo '"; \n #endif' >> ./gbg_program/_wifi_site.ino
printf '"; \n #endif' >> ./gbg_program/_wifi_site.ino
git add .
git commit . -m "BOT process website" --allow-empty
Expand Down

0 comments on commit aae411e

Please sign in to comment.