Deploy services/ folder (including images!)
This commit is contained in:
parent
f2e658e858
commit
82988ce94b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@
|
|||
.EXPORT_ALL_VARIABLES:
|
||||
|
||||
PAGES = index.html
|
||||
BLOBS = assets/
|
||||
BLOBS = assets/ services/
|
||||
|
||||
all: $(PAGES)
|
||||
|
||||
|
|
Loading…
Reference in a new issue