From bfc41c1c84f0e9dbc2f1cfa1c672aea3432a36f7 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sun, 21 Jan 2024 16:25:33 +0800 Subject: [PATCH] release v5.16.0 --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 2ead815d..263c53e1 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -21,6 +21,6 @@ git commit -m 'deploy' # git push -f git@github.com:/.github.io.git master # Replace with your own Github username and with the repository name, for example, in my case it's -git push -f https://github.com/saqqdy/js-cool.git master:gh-pages +git push -f https://github.com/saqqdy/js-cool.git main:gh-pages cd -