diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 9d0981596100..af2ac030556d 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -78,9 +78,9 @@ jobs: git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' git pull - git checkout deploy-server-test + git checkout deploy-server cp -r ./_site/* . rm -rf ./_site/ git add . git commit -m "Deploy Jekyll site" - git push origin deploy-server-test + git push origin deploy-server