Skip to content

Commit

Permalink
remove marp user from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi committed Oct 23, 2024
1 parent 5e9ca6e commit d73ac65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ light_theme_slides:
.PHONY: slides
slides: light_theme_slides
mkdir -p build && cp -r slides/images build/
docker compose run -e MARP_USER=$(shell id -u):$(shell id -g) generate --input-dir ./slides
docker compose run -e MARP_USER=$(shell id -u):$(shell id -g) generate --input-dir ./slides --pdf
docker compose run generate --input-dir ./slides
docker compose run generate --input-dir ./slides --pdf

0 comments on commit d73ac65

Please sign in to comment.