Skip to content

Commit

Permalink
[BUGFIX] Fix documentation rendering in GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
extcode committed Oct 8, 2024
1 parent 7727624 commit fb5415e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,15 @@ test:php83:typo3_12:
documentation:
stage: documentation
image:
name: t3docs/render-documentation:v2.4.0
entrypoint: [""]
before_script:
- cp -a ${CI_PROJECT_DIR}/. /PROJECT
- mkdir -p ${CI_PROJECT_DIR}/Documentation-GENERATED-temp
name: ghcr.io/typo3-documentation/render-guides:latest
entrypoint: [ "" ]
script:
- cd /ALL/venv
- /ALL/Menu/mainmenu.sh makehtml-no-cache -c resultdir ${CI_PROJECT_DIR}/Documentation-GENERATED-temp
- mkdir -p Documentation-GENERATED-temp
- /opt/guides/entrypoint.sh --config=Documentation --no-progress --fail-on-log
before_script: []
artifacts:
paths:
- ${CI_PROJECT_DIR}/Documentation-GENERATED-temp/Result/project/0.0.0
- Documentation-GENERATED-temp/
expire_in: 1 day
when: always

Expand Down

0 comments on commit fb5415e

Please sign in to comment.