URL correction now performed in the GH pages deployment

This commit is contained in:
Itay Grudev 2022-06-09 16:02:22 +03:00 committed by GitHub
parent 57b2622e65
commit 1768276350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,12 +23,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