Closed kate-osborn closed 1 month ago
@ADubhlaoich can you take a look at this?
I think we've already fixed this elsewhere (Every adjustment to the Makefile has to be manually proliferated across each repository with documentation): I will check it this week.
If you run the docs Makefile hugo commands without hugo installed locally, you get an error:
This is because the command passed to the container is missing the
server
subcommand:In addition, the
watch
anddrafts
Makefile commands don't work as expected:the arguments after
${HUGO}
are not passed to the docker container.