From f3efcde6485de1fc9fb8b65bdf148a690e011294 Mon Sep 17 00:00:00 2001 From: RainVisitor Date: Thu, 16 Sep 2021 20:11:33 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b78956867..f02ae1c4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,8 @@ jobs: git init git config user.name "CI" git config user.email "flutter-ci@github.com" - git remote add secure-origin https://${{ secrets.ACCESS_TOKEN }}@github.com/abc873693/nsysu-bus.git + git remote add secure-origin https://${{ secrets.ACCESS_TOKEN }}@github.com/nsysu-code-club/nsysu-bus.git git checkout -b gh-pages git add . git commit -m "Updated site" - git push --force secure-origin gh-pages \ No newline at end of file + git push --force secure-origin gh-pages