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 ce1c39d commit 15f085c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ jobs:
rm -f ./gbg_program/_wifi_site.ino
cp ./gbg_program/_wifi_site.html _wifi_site.ino
echo "HI"
ls
pwd
echo ./gbg_program/_wifi_site.ino
cd ./gbg_program
ls
pwd
git commit . -m "BOT process website" --allow-empty
git push
Expand Down

0 comments on commit 15f085c

Please sign in to comment.