Skip to content

Commit

Permalink
Merge pull request #6 from TYPO3-Documentation/fix-docker-run
Browse files Browse the repository at this point in the history
Use DRC v3.0.dev26 with sphinx-4.5.0
  • Loading branch information
marble authored Jul 15, 2022
2 parents 3d5addc + 2e64561 commit 9a0b782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ runs:
docker run --rm --user=$(id -u):$(id -g) \
-v $(pwd):/PROJECT:ro \
-v $(pwd)/RenderedDocumentation:/RESULT \
ghcr.io/t3docs/render-documentation:v3.0.dev25 \
ghcr.io/t3docs/render-documentation:v3.0.dev26 \
makehtml \
-c make_singlehtml 1 \
-c replace_static_in_html 1 \
Expand Down

0 comments on commit 9a0b782

Please sign in to comment.