We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a6c65 commit a296780Copy full SHA for a296780
1 file changed
update.sh
@@ -5,5 +5,5 @@ git clone -b master https://github.com/nodejsjp/nodejsjp.github.com.git build
5
npm run build
6
cd build
7
git add .
8
-git commit -m 'chore(site): update build'
+git commit -m 'chore(site): update build [skip ci]'
9
git push origin HEAD
0 commit comments