aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2022-06-09 16:04:43 +0300
committerGitHub <noreply@github.com>2022-06-09 16:04:43 +0300
commit2d74e0294aa1f910ce9bada7f2cdbeb7a43fc8bc (patch)
treee08ab92f9728e5216f6112b27efef116ec723d7e
parentUpdate README.md (diff)
parentMerge branch 'master' into doxygen-awesome-fork-url-fix (diff)
downloadsingleapplication-2d74e0294aa1f910ce9bada7f2cdbeb7a43fc8bc.tar.xz
Merge pull request #159 from itay-grudev/doxygen-awesome-fork-url-fix
Doxygen Awesome Fork URL Fix
-rw-r--r--.github/workflows/doxygen.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml
index 3e3da7c..19bd8c9 100644
--- a/.github/workflows/doxygen.yml
+++ b/.github/workflows/doxygen.yml
@@ -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