Skip to content

Commit d63e56b

Browse files
committed
Update compile.yml
1 parent 6378031 commit d63e56b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/compile.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,15 @@ jobs:
3838
rm -f ./gbg_program/_wifi_site.ino
3939
cp ./gbg_program/_wifi_site.html ./gbg_program/_wifi_site.ino
4040
41+
echo "111111"
42+
4143
sed -i 's/"/\"/g' ./gbg_program/_wifi_site.ino
44+
echo "222222"
4245
tr '\n' ' ' < ./gbg_program/_wifi_site.ino > ./gbg_program/_wifi_site.ino.tmp
43-
mv ./gbg_program/_wifi_site.ino.tmp ./gbg_program/_wifi_site.ino
46+
echo "333333"
47+
mv -f ./gbg_program/_wifi_site.ino.tmp ./gbg_program/_wifi_site.ino
48+
echo "444444"
49+
git status
4450
4551
git commit . -m "BOT process website" --allow-empty
4652
git push

0 commit comments

Comments
 (0)