diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2d4bec4..7b1d9e3 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -30,6 +30,7 @@ jobs: cd client/dist cp index.html 404.html git init + git checkout -b gh-pages git remote add origin ${{ secrets.GITHUB_REPO }} git config --global user.email "support@ourfor.top" git config --global user.name "catalina"