mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
fix update_website.sh to actually remove _site/
This commit is contained in:
parent
c2e697f166
commit
a97e7d6d03
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ git pull origin master
|
||||||
|
|
||||||
git reset --hard
|
git reset --hard
|
||||||
|
|
||||||
git clean -x -f
|
git clean -x -f -d
|
||||||
|
|
||||||
$JEKYLL
|
$JEKYLL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue