Skip to content

Commit

Permalink
test new github action
Browse files Browse the repository at this point in the history
  • Loading branch information
RealZiangLiu committed Jun 17, 2024
1 parent 341e57b commit b2ad781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b2ad781

Please sign in to comment.