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 44136b3 commit 7314a9b
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 @@ -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"
Expand Down

0 comments on commit 7314a9b

Please sign in to comment.