mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Revert changes to build script made in d954708ef
This commit is contained in:
parent
49071f766b
commit
c2bc8edff3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ lasttime=`stat -c %Y "$SITEDIR/_buildlock" | cut -d ' ' -f1`
|
||||||
# Build website in a child process
|
# Build website in a child process
|
||||||
(
|
(
|
||||||
cd $WORKDIR
|
cd $WORKDIR
|
||||||
make all
|
JEKYLL_COMMAND='jekyll' make build
|
||||||
touch "$WORKDIR/_builddone"
|
touch "$WORKDIR/_builddone"
|
||||||
)&
|
)&
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue