generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 1
44 lines (42 loc) · 1.11 KB
/
mintlify-action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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/multirepo-action@v0.15
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