Skip to content

Commit 3c5a572

Browse files
Copilotvgoehler
andauthored
Makefile: run download-pdfs on no-rebuild path to pull fresh upstream PDFs
Agent-Logs-Url: https://github.com/TUBAF-IfI-LiaScript/TUBAF-IfI-LiaScript.github.io/sessions/eb316b35-f237-4c26-9776-ef46841ef1da Co-authored-by: vgoehler <1705385+vgoehler@users.noreply.github.com>
1 parent 916a9b3 commit 3c5a572

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ $(1): $(1).yml
1515
$(MAKE) force-build-$(1); \
1616
else \
1717
echo "📄 Using existing $(1).html and assets"; \
18+
$(MAKE) download-pdfs-$(1); \
1819
fi
1920

2021
force-build-$(1): clean-$(1) download-pdfs-$(1) build-$(1) organize-$(1) update-cache-$(1) mark-changed

0 commit comments

Comments
 (0)