force removal

This commit is contained in:
Sébastien Loriot 2022-01-07 13:05:58 +01:00
parent 4408f43b07
commit 314b94aafa
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ jobs:
cd ..
git clone https://CGAL:${{ secrets.PUSH_TO_CGAL_GITHUB_IO_TOKEN }}@github.com/CGAL/cgal.github.io.git
mkdir -p cgal.github.io/${PR_NUMBER}/$ROUND
rm cgal.github.io/${PR_NUMBER}/$ROUND/* -r
rm cgal.github.io/${PR_NUMBER}/$ROUND/* -rf
for f in $LIST_OF_PKGS
do
if [ -d ./build_doc/doc_output/$f ]; then