We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789b3ed commit eb25101Copy full SHA for eb25101
publish
@@ -10,6 +10,8 @@ cd "$outdir"
10
if [ ! -d .git ]; then
11
git clone --recursive "$rootdir" .
12
else
13
+ git checkout -- .
14
+ git clean -xdf
15
git pull
16
git submodule update --init
17
fi
0 commit comments