[Git][reproducible-builds/reproducible-website][master] baseurl not basedir
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Wed Oct 2 17:42:10 UTC 2024
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
084e1903 by Chris Lamb at 2024-10-02T10:42:00-07:00
baseurl not basedir
- - - - -
1 changed file:
- Makefile
Changes:
=====================================
Makefile
=====================================
@@ -6,7 +6,7 @@ all:
ifeq ($(CI_JOB_ID),)
jekyll build --verbose --trace
else
- jekyll build --verbose --trace --basedir="https://$(CI_PROJECT_NAMESPACE).debian.net/-/$(CI_PROJECT_NAME)/-/jobs/$(CI_JOB_ID)/artifacts/_site/"
+ jekyll build --verbose --trace --baseurl="https://$(CI_PROJECT_NAMESPACE).debian.net/-/$(CI_PROJECT_NAME)/-/jobs/$(CI_JOB_ID)/artifacts/_site/"
endif
clean:
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/084e190381f6b5ad2e853e2ec7ff7dd9ee08157b
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/084e190381f6b5ad2e853e2ec7ff7dd9ee08157b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20241002/5a1ac7ae/attachment.htm>
More information about the rb-commits
mailing list