We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabde35 commit 117cd6cCopy full SHA for 117cd6c
.github/workflows/mkdcs.yml
@@ -36,6 +36,11 @@ jobs:
36
run: |
37
pip install mkdocs-material mike lunr pygments mkdocstrings[python] mkdocs-material mkdocs-glightbox mkdocs-redirects mkdocs-minify-plugin ruamel.yaml
38
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
44
45
- name: "Build docs without publishing"
46
if: github.event_name == 'pull_request'
0 commit comments