diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 38afff6..2311573 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,7 +16,7 @@ jobs: uses: peaceiris/actions-hugo@v2 with: hugo-version: 'latest' - # extended: true + extended: true - name: Build run: hugo -e prod --minify - name: Deploy