mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
commands: Make the server flag --renderToDisk into --renderToMemory (note)
Fixes #11987
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Test the hugo server command.
|
||||
|
||||
# We run these tests in parallel so let Hugo decide which port to use.
|
||||
hugo server --renderStaticToDisk &
|
||||
hugo server --renderToMemory --renderStaticToDisk &
|
||||
|
||||
waitServer
|
||||
|
||||
|
Reference in New Issue
Block a user