ensure clean _site output
This commit is contained in:
parent
b05b5d5f98
commit
8a1a0210c2
1
Makefile
1
Makefile
|
@ -13,6 +13,7 @@ clean:
|
|||
rm -r _site
|
||||
|
||||
_site: build
|
||||
rm -rf _site
|
||||
mkdir -p _site
|
||||
docker run milksad-distrust-co tar c -C /usr/share/nginx/html . | tar x -C _site
|
||||
|
||||
|
|
|
@ -47,3 +47,7 @@ kramdown:
|
|||
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
|
||||
# ensure some files are not copied to the _site output folder
|
||||
exclude:
|
||||
- "*.sh"
|
||||
|
|
Loading…
Reference in New Issue