Skip to content

Commit 873fea7

Browse files
committed
Remove less active links
1 parent 17f1c1c commit 873fea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/task_deploy_asf_site.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ git fetch
1414
git checkout -B asf-site origin/asf-site
1515

1616
# remove all existing files, excluding the docs and ffi
17-
git ls-files | grep -v -e ^docs -e ^ffi | xargs rm -f
17+
git ls-files | grep -v -e ^docs -e ^ffi | xargs rm -rf
1818
cp .gitignore.bak .gitignore
1919
cp .asf.yaml.bak .asf.yaml
2020

0 commit comments

Comments
 (0)