We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7127cb3 commit 35cebc2Copy full SHA for 35cebc2
1 file changed
.github/workflows/aggregate-docs.yml
@@ -28,7 +28,7 @@ jobs:
28
fetch-depth: 0 # Fetches all history, good for some git operations
29
30
- name: Run Mintlify multirepo action
31
- uses: mintlify/mintlify-multirepo-action@v0.16 # Using the action name and version from the example
+ uses: mintlify/multirepo-action@v0.16 # Using the action name and version from the example
32
with:
33
token: ${{ secrets.mlfy }} # Your secret name
34
target-branch: docs-compiled # Your target branch name
0 commit comments