There was an error while loading. Please reload this page.
1 parent fe83529 commit 0f436b4Copy full SHA for 0f436b4
.github/workflows/deploy-docs.yml
@@ -28,8 +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
+ GIT_TRACE: 1
+ 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