Skip to content

Commit 7912e43

Browse files
authored
Merge pull request scratchfoundation#5459 from LLK/ci-skip-gh-pages
Ignore commits on the gh-pages branch for CI
2 parents 9b4b473 + 5fa8beb commit 7912e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "npm run clean && webpack --progress --colors --bail",
88
"clean": "rimraf ./build && mkdirp build && rimraf ./dist && mkdirp dist",
9-
"deploy": "touch build/.nojekyll && gh-pages -t -d build -m \"Build for $(git log --pretty=format:%H -n1)\"",
9+
"deploy": "touch build/.nojekyll && gh-pages -t -d build -m \"Build for $(git log --pretty=format:%H -n1) [skip ci]\"",
1010
"prune": "./prune-gh-pages.sh",
1111
"i18n:push": "tx-push-src scratch-editor interface translations/en.json",
1212
"i18n:src": "rimraf ./translations/messages/src && babel src > tmp.js && rimraf tmp.js && build-i18n-src ./translations/messages/src ./translations/ && npm run i18n:push",

0 commit comments

Comments
 (0)