Aaaand extend!

This commit is contained in:
Sivert V. Sæther 2022-04-07 15:58:36 +00:00
parent 2c1b350428
commit 16317d1f15

View File

@ -16,7 +16,7 @@ jobs:
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: 'latest' hugo-version: 'latest'
# extended: true extended: true
- name: Build - name: Build
run: hugo -e prod --minify run: hugo -e prod --minify
- name: Deploy - name: Deploy