Skip to content

Commit 117cd6c

Browse files
authored
Update mkdcs.yml
1 parent eabde35 commit 117cd6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/mkdcs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
run: |
3737
pip install mkdocs-material mike lunr pygments mkdocstrings[python] mkdocs-material mkdocs-glightbox mkdocs-redirects mkdocs-minify-plugin ruamel.yaml
3838
39+
- name: "Prepare git"
40+
run: |
41+
git fetch origin gh-pages --depth=1
42+
git config user.name defo-security-analysis-bot
43+
git config user.email defo-security-analysis-bot
3944
4045
- name: "Build docs without publishing"
4146
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)