Skip to content

[!][TASK] Adjust GH workflow to fix SHA commits: https://github.com/T… #344

[!][TASK] Adjust GH workflow to fix SHA commits: https://github.com/T…

[!][TASK] Adjust GH workflow to fix SHA commits: https://github.com/T… #344

Workflow file for this run

name: test documentation
on: [ push, pull_request ]
jobs:
tests:
name: documentation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Test if the documentation will render without warnings
run: |
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