We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36646fe + 117cd6c commit f28f336Copy full SHA for f28f336
.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'
README.md
@@ -38,6 +38,8 @@ cd report
mkdocs serve
```
+Note well: we publish the documentation under github pages.
+
## Table of contents
- [Overview what we are going to analyse](analysis_plan.md)
0 commit comments