clearer justfile
This commit is contained in:
parent
a0c8bbc215
commit
04e6415c07
1 changed files with 2 additions and 2 deletions
4
justfile
4
justfile
|
@ -1,8 +1,8 @@
|
|||
build:
|
||||
hugo
|
||||
hugo build
|
||||
|
||||
dev:
|
||||
hugo -DF server
|
||||
hugo --buildDrafts --buildFuture server
|
||||
|
||||
publish: build
|
||||
neocities push --prune public
|
||||
|
|
Loading…
Add table
Reference in a new issue