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 330d9f9 commit 330a65cCopy full SHA for 330a65c
.github/workflows/reusable_publish_docs.yml
@@ -65,10 +65,6 @@ jobs:
65
- name: Install doc generation dependencies
66
run: |
67
pip install --require-hashes -r docs/requirements.txt
68
- - name: Setup doc deploy
69
- run: |
70
- git config --global user.name Docs deploy
71
- git config --global user.email [email protected]
72
- name: Git refresh tip (detached mode)
73
# Git Detached mode (release notes) doesn't have origin
74
if: ${{ inputs.detached_mode }}
0 commit comments