mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
create empty _site/ in update_website.sh (else lesscss compiling will not work?!)
This commit is contained in:
parent
66a3860173
commit
142775e6a4
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ git reset --hard
|
|||
|
||||
git clean -x -f -d
|
||||
|
||||
mkdir _site/
|
||||
|
||||
jekyll
|
||||
|
||||
rsync --delete -a $WORKDIR/_site/ $DESTDIR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue