mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Serve binaries directly from the server
This commit is contained in:
parent
fbaac9ddd7
commit
d9e52e6b42
2 changed files with 9 additions and 9 deletions
|
@ -32,4 +32,4 @@ git clean -x -f -d
|
|||
|
||||
# Build website
|
||||
jekyll
|
||||
rsync --delete -a $WORKDIR/_site/ $DESTDIR/
|
||||
rsync --exclude /bin/ --delete -a $WORKDIR/_site/ $DESTDIR/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue