Skip to content

Commit

Permalink
Change rendering of documentation to phpDocumentor/guides
Browse files Browse the repository at this point in the history
  • Loading branch information
garbast committed May 11, 2024
1 parent ebeafab commit 6368caa
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1,671 deletions.
4 changes: 1 addition & 3 deletions Build/Scripts/additionalTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,7 @@ fi
# Suite execution
case ${TEST_SUITE} in
buildDocumentation)
mkdir -p Documentation-GENERATED-temp
COMMAND="[ ${SCRIPT_VERBOSE} -eq 1 ] && set -x; /ALL/Menu/mainmenu.sh makehtml;"
${CONTAINER_BIN} run ${CONTAINER_COMMON_PARAMS} -v ${CORE_ROOT}:/PROJECT:ro -v ${CORE_ROOT}/Documentation-GENERATED-temp:/RESULT --name build-documentation-${SUFFIX} --entrypoint "" ${IMAGE_DOCUMENTATION} /bin/sh -c "${COMMAND}"
${CONTAINER_BIN} run ${CONTAINER_COMMON_PARAMS} -v ${CORE_ROOT}:/project ghcr.io/typo3-documentation/render-guides:latest render Documentation
SUITE_EXIT_CODE=$?
;;
clean)
Expand Down
107 changes: 0 additions & 107 deletions Build/testing-docker/additional/docker-compose.yml

This file was deleted.

Loading

0 comments on commit 6368caa

Please sign in to comment.