Skip to content

Commit

Permalink
fix: trigger documentation deployment on master merge
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienArcellier committed Oct 14, 2024
1 parent 5380bb3 commit 0533ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
github-token: ${{ secrets.DOCS_WORKFLOW_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'anant-writer',
owner: 'WriterInternal',
repo: 'docs',
workflow_id: 'mintlify-action.yml',
ref: 'main',
Expand Down

0 comments on commit 0533ba1

Please sign in to comment.