build(docs): improve Makefile
for docs
#2327
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Used the docs
Makefile
in #2326 and made some improvements while working on itModifications
the
docker build
can be extracted into a separatemake
command and re-usedvolumes need to be mounted in order to make changes to local dir and reflect in container (and vice-versa)
Notes to Reviewers
I actually still had trouble getting changes to reflect in the local dir properly. Moved to local usage of
hugo
and didn't debug further, but thought this was still a worthwhile improvement.Future Work
Dockerfile
(e.g. to Go 1.21+), newer version of Hugo, etc$(COMMON_DOCKER_BUILD_ARGS)
is no longer necessary as it's in a single place. But args for-v ...
and-t ...
could be consolidated if one wanted to do so (nbd either way imo)