Dispatch docs deploy from ci

- Use docs-build branch for workflow run
- Relates #166
This commit is contained in:
Janne Valkealahti
2023-04-18 10:16:44 +01:00
parent 45c75e96cb
commit f0db26b8a6

View File

@@ -63,4 +63,4 @@ jobs:
if: github.ref_type == 'branch'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh workflow run deploy-docs.yml -r $(git rev-parse --abbrev-ref HEAD) -f build-refname=${{ github.ref_name }}
run: gh workflow run deploy-docs.yml -r docs-build -f build-refname=${{ github.ref_name }}