Skip to content

Commit a296780

Browse files
committed
feat(build): don't run ci on site update commit
1 parent 65a6c65 commit a296780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ git clone -b master https://github.com/nodejsjp/nodejsjp.github.com.git build
55
npm run build
66
cd build
77
git add .
8-
git commit -m 'chore(site): update build'
8+
git commit -m 'chore(site): update build [skip ci]'
99
git push origin HEAD

0 commit comments

Comments
 (0)