From d4b3ef754f8f34342726b8f9f20c40b502706ddc Mon Sep 17 00:00:00 2001 From: Reorx Date: Tue, 12 Apr 2022 23:36:15 +0800 Subject: [PATCH] fix gh-pages checkout branch --- .github/workflows/gh-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b181753..7983817 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,6 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 with: + ref: exampleSite submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod