We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ed927 commit 2e6b4caCopy full SHA for 2e6b4ca
1 file changed
.github/workflows/docs_preview.yml
@@ -38,6 +38,9 @@ jobs:
38
run: BASE='/docs-preview/pr-${{ github.event.number }}/' yarn build
39
working-directory: docs
40
41
+ - name: Clear default git credentials
42
+ run: git config --global --unset http.https://github.com/.extraheader || true
43
+
44
- name: Deploy preview
45
uses: rossjrw/pr-preview-action@v1
46
with:
0 commit comments