Loading Makefile +2 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,8 @@ all: ifeq ($(CI_JOB_ID),) jekyll build --verbose --trace else jekyll build --verbose --trace --baseurl="https://$(CI_PROJECT_NAMESPACE).pages.debian.net/-/$(CI_PROJECT_NAME)/-/jobs/$(CI_JOB_ID)/artifacts/_site/" sed -i -e 's@^\(url:\).*@\1 https://$(CI_PROJECT_NAME).pages.debian.net@g' _config.yml jekyll build --verbose --trace --baseurl="/-/$(CI_PROJECT_NAME)/-/jobs/$(CI_JOB_ID)/artifacts/_site/" endif clean: Loading Loading
Makefile +2 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,8 @@ all: ifeq ($(CI_JOB_ID),) jekyll build --verbose --trace else jekyll build --verbose --trace --baseurl="https://$(CI_PROJECT_NAMESPACE).pages.debian.net/-/$(CI_PROJECT_NAME)/-/jobs/$(CI_JOB_ID)/artifacts/_site/" sed -i -e 's@^\(url:\).*@\1 https://$(CI_PROJECT_NAME).pages.debian.net@g' _config.yml jekyll build --verbose --trace --baseurl="/-/$(CI_PROJECT_NAME)/-/jobs/$(CI_JOB_ID)/artifacts/_site/" endif clean: Loading