This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # link: https://sujingjhong.com/posts/how-to-deploy-hugo-automatically-with-github-actions/ | |
| # author: lisez <[email protected]> | |
| name: Auto publish to public site | |
| # 只有推送到 master 才自動化 | |
| on: | |
| push: | |
| branches: | |
| - master |