Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/monkeyWzr/hugo-theme-cactus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGo <monkeywzr@gmail.com>2021-07-04 12:38:10 +0300
committerGitHub <noreply@github.com>2021-07-04 12:38:10 +0300
commit622f23bcd01c65dfd51fcb98829c88893fc32a22 (patch)
tree9bc8b3256a0333ee9f2e658554c22913c352c15b
parentcd1d3d5203278bb9148c0c961f2f5481b93c9303 (diff)
Update gh-pages.yml
fix checkout setting
-rw-r--r--.github/workflows/gh-pages.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 18a0e18..709cfb2 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -14,6 +14,7 @@ jobs:
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
+ path: cactus
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.4.13