Load Changelog from Gitlab

main
Georg Krause 2019-05-19 20:37:02 +02:00
parent 8e8e57941c
commit 0ee72c3bcd
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ else
endif
publish:
wget --no-cache -O content/pages/Changelog.md https://raw.githubusercontent.com/openAVproductions/openAV-Luppp/MarkdownChangelog/CHANGELOG.md
wget --no-cache -O content/pages/Changelog.md https://git.netzspielplatz.de/soundship/luppp/raw/master/CHANGELOG.md
sed -i '1i Title: Changelog' content/pages/Changelog.md
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)