Skip to content

Fix matchMedia compatibility to jest (#7431) #1812

Fix matchMedia compatibility to jest (#7431)

Fix matchMedia compatibility to jest (#7431) #1812

name: Trigger styleguide build
on:
push:
branches:
- '2.x'
- '2.[0-9]+'
jobs:
trigger-styleguide-build:
name: Trigger styleguide build
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Trigger styleguide build
uses: benc-uk/workflow-dispatch@v1
with:
repo: sulu/sulu-javascript-docs
ref: master
workflow: Update Documentation
token: ${{ secrets.SULU_USER_ACCESS_TOKEN }}