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:49:22 +0300
committerGitHub <noreply@github.com>2021-07-04 12:49:22 +0300
commit9c4f937920887b1cb57ef49a1910d2131788fbe5 (patch)
treeda83ba80ba283165d0696aa1a2c6cd1054c9aa27
parent3c10e8cc6633edfe31415326864a1a66428e733d (diff)
Update gh-pages.yml
-rw-r--r--.github/workflows/gh-pages.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 12d7fcd..769567f 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -3,7 +3,7 @@ name: github pages
on:
push:
branches:
- - main # Set a branch to deploy
+ - main
pull_request:
jobs:
@@ -12,8 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
- submodules: true # Fetch Hugo themes (true OR recursive)
- fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
+ submodules: true
+ fetch-depth: 0
path: cactus
- name: Setup Hugo