From d0a31f777d3ad07da5bd4355dbcc7b447232a4e2 Mon Sep 17 00:00:00 2001 From: zihluwang Date: Tue, 26 May 2026 19:00:33 +0800 Subject: [PATCH] ci: github actions trigger --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ad7a088..20d8ccf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,5 +1,7 @@ name: Deploy to GitHub Pages +# This action is used to deploy site to GitHub Pages. + on: push: branches: [main]