Skip to content

Commit

Permalink
DOC: Fix logo path in index.md for building docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
gethvi committed Jan 8, 2024
1 parent 3fb5441 commit 59711e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
git config user.name intelmq-bot
git config user.email intelmq-bot
- name: "Fix images path"
run: |
sed -i 's|docs/static/images/|static/images/|' docs/index.md
- name: "Build docs without publishing"
if: github.event_name == 'pull_request'
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![CII Badge](https://bestpractices.coreinfrastructure.org/projects/4186/badge)](https://bestpractices.coreinfrastructure.org/projects/4186/)
-->

![IntelMQ](/docs/static/images/Logo_Intel_MQ.svg)
![IntelMQ](docs/static/images/Logo_Intel_MQ.svg)

# Introduction

Expand Down

0 comments on commit 59711e9

Please sign in to comment.