From dfb6e1f80754c1c8f2d4d332c5292319f008a67b Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Wed, 27 May 2020 22:53:13 +0800 Subject: v2 original port --- .github/stale.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/stale.yml b/.github/stale.yml index e2b8c19..c21b773 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -14,4 +14,4 @@ markComment: > recent activity. It will be closed if no further activity occurs. Thank you for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false +closeComment: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 375fb59..2cc969a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,4 +18,4 @@ jobs: cd exampleSite mkdir themes ln -s ../.. themes/fuji - hugo --minify + hugo -- cgit v1.2.3 From 102399b0f8273bc7bb8c3cd881304d1fc01ee2fe Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 4 Jun 2020 18:21:46 +0800 Subject: Update exampleSite --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2cc969a..2433f6c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,6 @@ jobs: uses: peaceiris/actions-hugo@v2 with: hugo-version: 'latest' - extended: true - name: Build run: | -- cgit v1.2.3