Skip to content

Remove ticks and display min max labels in EuiDualRange slider (#369) #49

Remove ticks and display min max labels in EuiDualRange slider (#369)

Remove ticks and display min max labels in EuiDualRange slider (#369) #49

# This workflow triggers sync of docs to caraml-dev/docs
name: Trigger CaraML Docs Sync
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
jobs:
trigger-sync:
runs-on: ubuntu-latest
steps:
- name: Trigger Remote Doc Sync Workflow
uses: caraml-dev/docs/.github/actions/trigger-remote-docs-sync@main
with:
module: 'router'
git_https: 'https://github.com/caraml-dev/turing.git'
doc_folder: 'docs'
ref_name: ${{ github.ref_name }}
ref_type: ${{ github.ref_type }}
credentials: ${{ secrets.CARAML_SYNC }}