From 7314a9b2cca36f3d9e262ec1b7ea7b85ac9d1599 Mon Sep 17 00:00:00 2001 From: Ziang Liu Date: Sun, 16 Jun 2024 22:01:55 -0700 Subject: [PATCH] test new github action --- .github/workflows/jekyll.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index b6cec7577b9f..355424a66dcd 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -77,8 +77,8 @@ jobs: run: | git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' - git checkout -b deploy-server-test - git pull origin deploy-server-test + git pull + git checkout deploy-server-test cp -r ./_site/* . git add . git commit -m "Deploy Jekyll site"