Skip to content

Commit

Permalink
[BUGFIX] Change GitLab CI example (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
extcode authored Oct 8, 2024
1 parent 6974ab5 commit f7303cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Documentation/Howto/RenderingDocs/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,10 @@ documentation automatically:
test_documentation:
stage: test
image:
name: ghcr.io/typo3-documentation/render-guides:latest
entrypoint: [""]
script:
- mkdir -p Documentation-GENERATED-temp
- docker run --rm --pull always -v $(pwd):/project ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test
tags:
- docker
- /opt/guides/entrypoint.sh --config=Documentation --no-progress --minimal-test

0 comments on commit f7303cf

Please sign in to comment.