From a3ca41a495d3323f8b3cf1312266019685ac317f Mon Sep 17 00:00:00 2001 From: Woo Jia Hao Date: Tue, 17 Dec 2024 21:55:46 +0800 Subject: [PATCH] fix CI --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f52f33f..41b2ac9 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -43,8 +43,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - submodules: recursive - fetch-depth: 0 + path: themes/hugo-tania + ref: 'main' - name: Setup Pages id: pages uses: actions/configure-pages@v4