Modify `demo` task.

This commit is contained in:
Kazuhiro MUSASHI 2022-10-16 21:23:00 +09:00
parent c6093b4f25
commit e5d33d6fe6
1 changed files with 1 additions and 1 deletions

2
tasks/demo.rake Normal file → Executable file
View File

@ -2,5 +2,5 @@
desc 'Generate the HTML demo pages including drafts'
task :demo do
sh 'hugo server --buildDrafts -w'
sh 'hugo server --buildDrafts -w --bind 192.168.10.101 -b 192.168.10.101 --disableFastRender'
end