Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 0ea6261

Browse files
force removal of docs' dir since it might not exist yet
1 parent 5808ccd commit 0ea6261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/docker/run-doc-update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ git checkout -B $GH_PAGES_NAME upstream/gh-pages
4848
git clean -dfx
4949

5050
# Clean old content, since some files might have been deleted
51-
rm -r ./$VERSION
51+
rm -rf ./$VERSION
5252
mkdir -p ./$VERSION/doxygen/
5353

5454
cp -r ../cpp_html/* ./$VERSION/doxygen/

0 commit comments

Comments
 (0)