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.
2 parents 0cf99d6 + 652e9c7 commit f10fac6Copy full SHA for f10fac6
Makefile
@@ -21,6 +21,7 @@ JEKYLL_ENV ?= development
21
SITE_BUILD_CMD := $(CONTAINER_RUN_CMD) --rm -i -u "`id -u`:`id -g`" \
22
$(shell [ -t 0 ] && echo '-t') \
23
-e JEKYLL_ENV=$(JEKYLL_ENV) \
24
+ -e JEKYLL_GITHUB_TOKEN="$$JEKYLL_GITHUB_TOKEN" \
25
$(shell [ "$(JEKYLL_ENV)" = "development" ] && echo '-e PAGES_DISABLE_NETWORK=1') \
26
--volume="$$PWD/docs:/work" \
27
--volume="$$PWD/docs/vendor/bundle:/usr/local/bundle" \
0 commit comments