Don't create the public folder unless needed

Fixes #11031
This commit is contained in:
Bjørn Erik Pedersen
2023-05-28 10:07:03 +02:00
parent ffdbce5787
commit e96cdfe966
3 changed files with 11 additions and 6 deletions

View File

@@ -1,4 +1,8 @@
mkdir mysite
cd mysite
! hugo
stderr 'Unable to locate config file or config directory'
stderr 'Unable to locate config file or config directory'
ls .
stdout 'Empty dir'