diff options
author | DSRKafuU | 2020-06-04 07:21:13 -0500 |
---|---|---|
committer | GitHub | 2020-06-04 07:21:13 -0500 |
commit | 73244a2e55dffa158027126346eefd5bafa5fea8 (patch) | |
tree | c98ee9fbdb6f474579aa769a2a4b0b4c98fd21f1 /.github | |
parent | aa5290aeef9df1c583fdf30290351968df9215dc (diff) | |
parent | 914bf54c493b299268c293be33a8babf99b1cce2 (diff) | |
download | hugo-theme-fuji-73244a2e55dffa158027126346eefd5bafa5fea8.tar.gz hugo-theme-fuji-73244a2e55dffa158027126346eefd5bafa5fea8.tar.bz2 hugo-theme-fuji-73244a2e55dffa158027126346eefd5bafa5fea8.zip |
Merge pull request #24 from amzrk2/dev
v2 pre-release
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 |