Skip to content

Commit

Permalink
Merge pull request #12 from TYPO3-Documentation/use-drc-latest
Browse files Browse the repository at this point in the history
Always use ghcr.io/t3docs/render-documentation:latest
  • Loading branch information
marble authored Jun 14, 2023
2 parents d1828c1 + 4c05cbe commit 1b7166d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ runs:
echo "::group::Rendering"
mkdir -p RenderedDocumentation
docker run --rm --user=$(id -u):$(id -g) \
--pull always \
-v $(pwd):/PROJECT:ro \
-v $(pwd)/RenderedDocumentation:/RESULT \
ghcr.io/t3docs/render-documentation:v3.0.dev30 \
ghcr.io/t3docs/render-documentation:latest \
makehtml \
-c make_singlehtml 1 \
-c replace_static_in_html 1 \
Expand Down

0 comments on commit 1b7166d

Please sign in to comment.