소스 검색

fix: 修改发布仓库地址

kang.wang 5 년 전
부모
커밋
4ed5af50ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deploy.sh

+ 1 - 1
deploy.sh

@@ -18,7 +18,7 @@ git commit -m 'deploy'
 
 # 如果发布到 https://<USERNAME>.github.io
 # git push -f git@github.com:allpayx/allpayx.github.io.git master
-git push -f https://${access_token}@github.com/nzmd/allpayx.github.io.git master
+git push -f https://${access_token}@github.com/allpayx/allpayx.github.io.git master
 
 # 如果发布到 https://<USERNAME>.github.io/<REPO>
 # git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages