Skip to content

feat(api): Refactor API server to introduce support for Docker image … #196

feat(api): Refactor API server to introduce support for Docker image …

feat(api): Refactor API server to introduce support for Docker image … #196

# This workflow triggers sync of docs to caraml-dev/docs
name: Trigger CaraML Docs Sync
on:
push:
tags:
- v*
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: 'model'
git_https: 'https://github.com/caraml-dev/merlin.git'
doc_folder: 'docs'
ref_name: ${{ github.ref_name }}
ref_type: ${{ github.ref_type }}
credentials: ${{ secrets.CARAML_SYNC }}