Ensure target folder for T3 docs exists

podman will not work if it is missing.
This commit is contained in:
Daniel Siepmann 2023-03-01 08:54:44 +01:00
parent da15c937b9
commit bd175bcdf7
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -17,6 +17,7 @@ in writeShellApplication {
# See: https://t3docs.github.io/DRC-The-Docker-Rendering-Container/07-To-be-sorted/quickstart.html#build-html-with-plain-docker-commands
text = ''
mkdir -p Documentation-GENERATED-temp
${runner} \
run --rm \
-v "$(pwd)":/PROJECT:ro \