Update build scripts to process only index.md and copy assets; update deploy to include assets
This commit is contained in:
3
Makefile
3
Makefile
@@ -52,4 +52,5 @@ install:
|
||||
# Deploy slides
|
||||
deploy: build
|
||||
@echo "Deploying slides..."
|
||||
scp build/index.html tengo@tuttle.uberspace.de:/home/tengo/html/malta/
|
||||
scp build/index.html tengo@tuttle.uberspace.de:/home/tengo/html/malta/
|
||||
scp -r build/assets/ tengo@tuttle.uberspace.de:/home/tengo/html/malta/
|
||||
Reference in New Issue
Block a user