File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Aggregate Mintlify Docs
2+
3+ on :
4+ push :
5+ branches :
6+ - main # Or your default branch for the base repo
7+ workflow_dispatch :
8+
9+ concurrency :
10+ group : aggregate-mintlify-docs
11+ cancel-in-progress : true
12+
13+ jobs :
14+ aggregate-docs :
15+ runs-on : ubuntu-latest
16+ name : Aggregate Mintlify Docs
17+
18+ steps :
19+ - name : Clone base repo
20+ uses : actions/checkout@v4
21+ with :
22+ fetch-depth : 0
23+
24+ - name : Run Mintlify Multirepo Action
25+ uses : mintlify/multirepo-action@v1 # Check for the latest version
26+ with :
27+ token : ${{ secrets.mlfy }}
28+ repos : |
29+ - owner: Fulgerr
30+ repo: docs
31+ ref: main
32+ # Path to the DIRECTORY containing mint.config.json in Repo A
33+ subdirectory: docs # e.g., 'docs' or empty if root
34+ - owner: Fulgerr
35+ repo: docsA
36+ ref: main
37+ # Path to the DIRECTORY containing mint.config.json in Repo B
38+ subdirectory: '' # e.g., empty if root
39+ target-branch : docs-compiled
40+ force : true
File renamed without changes.
You can’t perform that action at this time.
0 commit comments