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

Commit dedb204

Browse files
authored
Merge pull request #671 from lukaszstolarczuk/fix-auto-doc-enable
fix dir creation in auto docs update
2 parents bc4ad94 + ade2d5a commit dedb204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/docker/run-doc-update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ git clean -dfx
7777

7878
# Clean old content, since some files might have been deleted
7979
rm -r ./$VERSION
80-
mkdir ./$VERSION
80+
mkdir -p ./$VERSION/doxygen/
8181

8282
cp -r ../cpp_html/* ./$VERSION/doxygen/
8383

0 commit comments

Comments
 (0)