We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5264b commit 516428bCopy full SHA for 516428b
1 file changed
.github/workflows/mkdocs.yml
@@ -53,6 +53,11 @@ jobs:
53
if: ${{ github.event_name == 'pull_request' }}
54
run: mkdocs build
55
56
+ - name: Setup git config
57
+ run: |
58
+ git config --global user.name "github-actions[bot]"
59
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
60
+
61
- name: Deploy docs - PR preview
62
63
uses: rossjrw/pr-preview-action@v1
0 commit comments