Skip to content

Commit f28f336

Browse files
authored
Merge pull request #1 from certtools/publish
make branch
2 parents 36646fe + 117cd6c commit f28f336

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-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'

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ cd report
3838
mkdocs serve
3939
```
4040

41+
Note well: we publish the documentation under github pages.
42+
4143
## Table of contents
4244

4345
- [Overview what we are going to analyse](analysis_plan.md)

0 commit comments

Comments
 (0)