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

Commit f350cf9

Browse files
authored
Merge pull request #924 from lukaszstolarczuk/fix-docs-gen
docker: fix auto docs generating - force clean dir
2 parents 1a54830 + 8cd064a commit f350cf9

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
@@ -58,7 +58,7 @@ git checkout -B ${GH_PAGES_NAME} upstream/gh-pages
5858
git clean -dfx
5959

6060
# Clean old content, since some files might have been deleted
61-
rm -r ./${VERSION}
61+
rm -rf ./${VERSION}
6262
mkdir -p ./${VERSION}/doxygen/
6363

6464
cp -fr ${ARTIFACTS_DIR}/cpp_html/* ./${VERSION}/doxygen/

0 commit comments

Comments
 (0)