mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
fix publish proj make task
This commit is contained in:
parent
52e24bdb8c
commit
0c3bfd494d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -31,7 +31,7 @@ publish_blog: blog publish_assets
|
||||||
|
|
||||||
publish_proj: proj publish_assets
|
publish_proj: proj publish_assets
|
||||||
@echo
|
@echo
|
||||||
./bin/publish.sh --delete proj
|
./bin/publish.sh --delete public/proj
|
||||||
|
|
||||||
publish_index: public/index.html
|
publish_index: public/index.html
|
||||||
@echo
|
@echo
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue