There was an error while loading. Please reload this page.
1 parent 499ab3e commit fe83529Copy full SHA for fe83529
.github/workflows/deploy-docs.yml
@@ -28,6 +28,8 @@ jobs:
28
if: github.ref_type == 'branch'
29
env:
30
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
+ GIT_TRACE: 1
32
+ GIT_CURL_VERBOSE: 1
33
run: gh workflow run deploy-docs.yml -r $(git rev-parse --abbrev-ref HEAD) -f build-refname=${{ github.ref_name }}
34
- name: Dispatch (full build)
35
if: github.ref_type == 'tag'
0 commit comments