Skip to content

Commit

Permalink
Merge pull request #12 from tbhaxor/doxygen-theme
Browse files Browse the repository at this point in the history
Pre-process readme before building docs
  • Loading branch information
tbhaxor committed Aug 20, 2023
2 parents 7df5f50 + 3ecb269 commit c2e51c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
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
sed -i '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 c2e51c8

Please sign in to comment.