Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ permissions:

jobs:
backport:
uses: TYPO3-Documentation/.github/.github/workflows/reusable-backport.yml@9d884304b1a5cdeeb2e21349a5bbfe52da5548d5
uses: TYPO3-Documentation/.github/.github/workflows/reusable-backport.yml@main
with:
label_pattern: "^backport (.+)$"
secrets:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
20 changes: 7 additions & 13 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
name: Test documentation

on: [ push, pull_request ]
on:
push:
pull_request:

jobs:
tests:
name: Render 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
render:
uses: TYPO3-Documentation/.github/.github/workflows/reusable-test-documentation.yml@main
with:
render-flags: '--no-progress --minimal-test'