Merge pull request #159 from itay-grudev/doxygen-awesome-fork-url-fix

Doxygen Awesome Fork URL Fix
This commit is contained in:
Itay Grudev 2022-06-09 16:04:43 +03:00 committed by GitHub
commit 2d74e0294a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,12 @@ jobs:
run: |
cmake -B build -D DOXYGEN_WARN_AS_ERROR=YES
cmake --build build --target SingleApplicationDocumentation
find build/html/ -name *.html -type f -exec sed -i 's+https://github.com/jothepro/doxygen-awesome-css+https://github.com/itay-grudev/SingleApplication+g' {} \;
- name: Deploy to GitHub pages
on:
branches:
- master
uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: gh-pages