From 6d95acf144a4f2e48cb603af3a8032c172ceb53e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 2 Dec 2020 15:44:50 -0300 Subject: Fix build of HTML --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6c9a47f..cda0eb6 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,5 @@ clean: rm -rf public/ public: - ./scripts/generate-tasks-and-bugs.sh + bash ./scripts/generate-tasks-and-bugs.sh + pandoc -s --metadata title='EuAndreh VPS' -c styles.css -o public/index.html README.md -- cgit v1.2.3