We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c75e9 commit f0db26bCopy full SHA for f0db26b
.github/workflows/ci.yml
@@ -63,4 +63,4 @@ jobs:
63
if: github.ref_type == 'branch'
64
env:
65
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 }}
+ run: gh workflow run deploy-docs.yml -r docs-build -f build-refname=${{ github.ref_name }}
0 commit comments