Skip to content

Commit

Permalink
Always use ghcr.io/t3docs/render-documentation:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
marble committed Jun 14, 2023
1 parent b631752 commit 4c05cbe
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 4c05cbe

Please sign in to comment.