Skip to content

Mintlify Multirepo Action #347

Mintlify Multirepo Action

Mintlify Multirepo Action #347

name: Mintlify Multirepo Action
on:
push:
branches: main
workflow_dispatch:
jobs:
multirepo-action:
runs-on: ubuntu-latest
name: Run mintlify multirepo action
steps:
- name: Clone repo
uses: actions/checkout@v3
- name: Run mintlify github action
uses: mintlify/[email protected]
with:
token: ${{ secrets.DOCS_PUSH_TOKEN }}
target-branch: docs
repos: |
- owner: nixtla
repo: nixtla
ref: docs
- owner: nixtla
repo: statsforecast
ref: docs
- owner: nixtla
repo: mlforecast
ref: docs
- owner: nixtla
repo: neuralforecast
ref: docs
- owner: nixtla
repo: hierarchicalforecast
ref: docs
- owner: nixtla
repo: utilsforecast
ref: docs
- owner: nixtla
repo: datasetsforecast
ref: docs
- owner: nixtla
repo: coreforecast
ref: docs