diff --git a/.circleci/config.yml b/.circleci/config.yml index c42bec5..caef09e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,5 +37,5 @@ jobs: - run: git config user.name "zWingz" - run: git config user.email "371657110@qq.com" - run: git commit -m "Updated by circleci - `date`" - - run: git push --force gh-pages:gh-pages + - run: git push --force origin gh-pages # - run: git push --force https://${gh_token}@github.com:zWingz/react-image.git gh-pages:gh-pages