Skip to content

Commit bd5bea8

Browse files
committed
Fix setting error
1 parent f47a6da commit bd5bea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
deploy:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"repository": {
2828
"type": "git",
29-
"url": "git+https://github.com/code4history/Harumi.git"
29+
"url": "git+https://github.com/code4history/Gyeonghwon.git"
3030
},
3131
"keywords": [
3232
"apng",

0 commit comments

Comments
 (0)