Make build succeed also with non draft builds

This commit is contained in:
2024-01-04 13:16:43 +01:00
parent 71a7c25373
commit 2205586577
2 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,9 @@ dev:
hugo ${HUGO_PARAMS} ${DEV_PARAMS}
server:
hugo server ${HUGO_PARAMS}
dev-server:
hugo server ${HUGO_PARAMS} ${DEV_PARAMS}
tarball: build