Skip to content

Commit 9f3adc9

Browse files
committed
initial ai chat src
1 parent f6c6203 commit 9f3adc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-aichat-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
exit 0
6161
fi
6262
63-
git -m "$(git log --oneline -1)"
63+
git commit -m "$(git log --oneline -1)"
6464
git push origin gh-pages
6565
git push

.github/workflows/publish-pyodide-demo-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
exit 0
5353
fi
5454
55-
git -m "$(git log --oneline -1)"
55+
git commit -m "$(git log --oneline -1)"
5656
git push origin gh-pages
5757
git push

0 commit comments

Comments
 (0)