Skip to content

Instantly share code, notes, and snippets.

View horace-yeh's full-sized avatar

Horace horace-yeh

View GitHub Profile
@horace-yeh
horace-yeh / hugo-auto-deoply.yml
Created December 17, 2022 07:31 — forked from lisez/hugo-auto-deoply.yml
如何使用 Github Actions 自動部署 Hugo
# 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