Minor comment.
This commit is contained in:
parent
893b220c02
commit
033e0db57a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -55,7 +55,7 @@ build-history: latest/ $(RELEASES)
|
||||||
latest/: $(addprefix plfa.github.io-web-,$(addsuffix /,$(LATEST_VERSION)))
|
latest/: $(addprefix plfa.github.io-web-,$(addsuffix /,$(LATEST_VERSION)))
|
||||||
cd $< && $(JEKYLL) clean && $(JEKYLL) build --destination '../latest' --baseurl '/latest'
|
cd $< && $(JEKYLL) clean && $(JEKYLL) build --destination '../latest' --baseurl '/latest'
|
||||||
|
|
||||||
# Download
|
# Download PLFA web release and build it under the relevant folder
|
||||||
define build_release
|
define build_release
|
||||||
out := $(addsuffix /,$(1))
|
out := $(addsuffix /,$(1))
|
||||||
url := $(addprefix https://github.com/plfa/plfa.github.io/archive/web-,$(addsuffix .zip,$(1)))
|
url := $(addprefix https://github.com/plfa/plfa.github.io/archive/web-,$(addsuffix .zip,$(1)))
|
||||||
|
|
Loading…
Reference in a new issue