Fix --renderStaticToDisk regression

Fixes #11026
This commit is contained in:
Bjørn Erik Pedersen
2023-05-27 15:22:45 +02:00
parent 901cd970db
commit 8f293a1855
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ hugo server --renderStaticToDisk &
waitServer
httpget $HUGOTEST_BASEURL_0 'Title: Hugo Server Test' $HUGOTEST_BASEURL_0
httpget ${HUGOTEST_BASEURL_0}mystatic.txt 'This is a static file.'
! exists public/index.html
exists public/mystatic.txt