diff options
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 1 insertions, 2 deletions
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 |