diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/stale.yml | 2 | ||||
-rw-r--r-- | .github/workflows/test.yml | 3 |
2 files changed, 2 insertions, 3 deletions
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..2433f6c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,11 +11,10 @@ jobs: uses: peaceiris/actions-hugo@v2 with: hugo-version: 'latest' - extended: true - name: Build run: | cd exampleSite mkdir themes ln -s ../.. themes/fuji - hugo --minify + hugo |