Skip to content

Commit

Permalink
Add images to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan4253 committed Nov 12, 2023
1 parent 4277072 commit e7da53b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
cd scripts
./doxygen.sh
- name: Add Images
working-directory: docs
run: cp -r images html

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### RaidZeroLib Docs Index

![Caption](../images/templogo.png "Caption")
![Caption](images/templogo.png "Caption")

0 comments on commit e7da53b

Please sign in to comment.