We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51bd7f commit bab1204Copy full SHA for bab1204
Makefile
@@ -617,7 +617,7 @@ release-docs: | $(DIST_DIRS) docs
617
.PHONY: docs
618
docs:
619
@hash hugo > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
620
- $(GO) get -u github.com/gohugoio/hugo; \
+ curl -sL https://github.com/gohugoio/hugo/releases/download/v0.74.3/hugo_0.74.3_Linux-64bit.tar.gz | tar zxf - -C /tmp && mv /tmp/hugo /usr/bin/hugo && chmod +x /usr/bin/hugo; \
621
fi
622
cd docs; make trans-copy clean build-offline;
623
0 commit comments