From e2b1039adaa240e71d4ec539f0b660a0605034ef Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Fri, 7 Mar 2025 10:15:28 +0100 Subject: [PATCH] fixed makefile --- slides/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/Makefile b/slides/Makefile index 7fcd2e0..97643c5 100644 --- a/slides/Makefile +++ b/slides/Makefile @@ -25,8 +25,8 @@ docker_clean: docker-compose.yml puppeteer: @echo "Setting chromium to $(CHROMIUM) for puppeteer" - # @echo -e "{\n\"executablePath\":" \"$(CHROMIUM)\" ",\n\"args\": [\"--no-sandbox\"]\n}" > .puppeteer.json - @echo "{\n\"executablePath\":" \"$(CHROMIUM)\" ",\n\"args\": [\"--no-sandbox\"]\n}" > .puppeteer.json + @echo -e "{\n\"executablePath\":" \"$(CHROMIUM)\" ",\n\"args\": [\"--no-sandbox\"]\n}" > .puppeteer.json + # @echo "{\n\"executablePath\":" \"$(CHROMIUM)\" ",\n\"args\": [\"--no-sandbox\"]\n}" > .puppeteer.json index.md: gen_index.sh $(shell ./gen_index.sh) -- GitLab