Skip to content

Commit

Permalink
Merge pull request #11 from tbhaxor/doxygen-theme
Browse files Browse the repository at this point in the history
Pre-process read me before building docs
  • Loading branch information
tbhaxor committed Aug 20, 2023
2 parents c5a4bb5 + ce71c9e commit 7df5f50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
tar xf doxygen-1.9.7.linux.bin.tar.gz
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Pre-processing README.md
run: |
sed 's|\(tests/CMakeLists\.txt#L5\)|https://github.com/tbhaxor/firefly/blob/master/\1|' README.md
- name: Build documentation
run: |
./doxygen-1.9.7/bin/doxygen
Expand Down

0 comments on commit 7df5f50

Please sign in to comment.