Get support for jaapio/gh-action-docker

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

jaapio/gh-action-docker

============= render-guides

Render TYPO3 Documentation with phpdocumentor/guides.

Usage with Docker (locally)

::

git clone git@github.com:TYPO3-Documentation/render-guides.git
cd render-guides
docker build --file Dockerfile --tag typo3-docs:local .
docker run --rm --user=$(id -u):$(id -g) --volume ${PWD}:/project typo3-docs:local ./Documentation ./output --theme=typo3docs
// output is now in folder "output"

Good to know for debugging::

docker run --entrypoint=sh -it --rm typo3-docs:local

Let's you go in the shell so you can look around.

Usage with DDEV:

::

git clone git@github.com:TYPO3-Documentation/render-guides.git
cd render-guides
ddev start
ddev composer install
cp -R /path/to/my/docs/Documentation fixtures-local
ddev composer render
// output is now in folder "output"
ddev launch Index.html
Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2