From 3ef00db32311b7aca9a8285700f14aa1ac0d2efe Mon Sep 17 00:00:00 2001 From: SummonHIM <2239760702@qq.com> Date: Mon, 25 Mar 2024 02:00:38 +0800 Subject: [PATCH] try fix deploy.yml --- .github/workflows/deploy.yml | 3 ++- .gitmodule | 0 themes/hugo-theme-stack | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitmodule create mode 160000 themes/hugo-theme-stack diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9df0751..25fc508 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,8 @@ name: Deploy Hugo site to Pages on: # Runs on pushes targeting the default branch push: - branches: [$default-branch] + branches: + - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.gitmodule b/.gitmodule new file mode 100644 index 0000000..e69de29 diff --git a/themes/hugo-theme-stack b/themes/hugo-theme-stack new file mode 160000 index 0000000..54a8ace --- /dev/null +++ b/themes/hugo-theme-stack @@ -0,0 +1 @@ +Subproject commit 54a8ace56450de509ff3e8e578b748c5aaf62398