Skip to content

Commit 3d11ef1

Browse files
committed
chore: fix gh-pages push command
1 parent 1002108 commit 3d11ef1

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
@@ -19,7 +19,7 @@
1919
"format": "prettier --write --plugin-search-dir=. .",
2020
"pages": "npm run bootstrap && npm run pages:build && npm run pages:push",
2121
"pages:build": "cd packages/site && npm run build && cd ../..",
22-
"pages:push": "git add -f packages/site/build && git commit -m 'chore: update built files' && git push origin $(git subtree split --prefix packages/site/build master):gh-pages --force && git reset --hard HEAD^",
22+
"pages:push": "git add -f packages/site/build && git commit -m 'chore: update built files' && git push origin $(git subtree split --prefix packages/site/build master):refs/heads/gh-pages --force && git reset --hard HEAD^",
2323
"prepare": "husky install",
2424
"test": "echo \"Error: no test specified\" && exit 1"
2525
},

0 commit comments

Comments
 (0)