1
0

make deploy depend on build to ensure slides are up to date

This commit is contained in:
2025-09-14 19:15:25 +02:00
parent 19fa4936bc
commit c7206278d3

View File

@@ -1,6 +1,6 @@
# Makefile for Marp Slides Project
.PHONY: help build dev watch pdf html clean install
.PHONY: help build dev watch pdf html clean install deploy
# Default target
help:
@@ -47,4 +47,9 @@ clean:
# Install dependencies
install:
@echo "Installing dependencies..."
npm install
npm install
# Deploy slides
deploy: build
@echo "Deploying slides..."
scp build/index.html tengo@tuttle.uberspace.de:/home/tengo/html/malta/