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 e6a9952 commit 44136b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
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
cp -r ./_site/* .
git add .
git commit -m "Deploy Jekyll site"
Expand Down

0 comments on commit 44136b3

Please sign in to comment.