Skip to content

docs: link to docs instead changelog for site sets #1

docs: link to docs instead changelog for site sets

docs: link to docs instead changelog for site sets #1

Workflow file for this run

name: Documentation
on:
push:
paths:
- 'Documentation/**'
pull_request:
paths:
- 'Documentation/**'
jobs:
tests:
name: Rendering
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Documentation renders without warnings
run: |
docker run --rm --pull always -v $(pwd):/project \
ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log