Skip to content

Commit f0db26b

Browse files
committed
Dispatch docs deploy from ci
- Use docs-build branch for workflow run - Relates #166
1 parent 45c75e9 commit f0db26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
if: github.ref_type == 'branch'
6464
env:
6565
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66-
run: gh workflow run deploy-docs.yml -r $(git rev-parse --abbrev-ref HEAD) -f build-refname=${{ github.ref_name }}
66+
run: gh workflow run deploy-docs.yml -r docs-build -f build-refname=${{ github.ref_name }}

0 commit comments

Comments
 (0)