Skip to content

Commit

Permalink
why……?
Browse files Browse the repository at this point in the history
  • Loading branch information
JingHai-Lingyun committed Aug 19, 2024
1 parent e01133c commit f3481e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ jobs:
git config --global user.email "torchsky@163.com"
git remote add target-repo https://github.com/HomePlaza-Of-PCL2/Homepage-Market.git
git add *
git diff-index --quiet HEAD || git commit -S -m "upload generated pages" && git push target-repo main
git commit -S -m "upload generated pages"
git push target-repo main

0 comments on commit f3481e1

Please sign in to comment.