Skip to content

Commit

Permalink
[FIX] typo for docs gen. script
Browse files Browse the repository at this point in the history
  • Loading branch information
dkd-kaehm authored and dkd-friedrich committed Jul 3, 2023
1 parent ede34d5 commit 9886e74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/generate_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi

dockrun_t3rd makehtml-no-cache

if [[ "$BUILD_DOCS_FOR_PRUCTION" == 1 || "$BUILD_DOCS_FOR_PRUCTION" == "true" ]]; then
if [[ "$BUILD_DOCS_FOR_PRODUCTION" == 1 || "$BUILD_DOCS_FOR_PRODUCTION" == "true" ]]; then
rm -Rf "${PRODUCTION_DOCS_PATH}"
mv -v "Documentation-GENERATED-temp/Result/project/0.0.0" "${PRODUCTION_DOCS_PATH}"
ln -sf "${PRODUCTION_DOCS_PATH}" "Documentation.HTML"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"./Build/generate_documentation.sh"
],
"t3:docs:build:prod": [
"BUILD_DOCS_FOR_PRUCTION=1 $COMPOSER_BINARY t3:docs:build"
"BUILD_DOCS_FOR_PRODUCTION=1 $COMPOSER_BINARY t3:docs:build"
],
"t3:docs:clean": [
"rm -Rf Documentation-GENERATED-temp/ $(readlink -f Documentation.HTML) Documentation.HTML"
Expand Down

0 comments on commit 9886e74

Please sign in to comment.