aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2022-06-09 16:02:22 +0300
committerGitHub <noreply@github.com>2022-06-09 16:02:22 +0300
commit17682763501523b9704930cd9c6990795bec77e4 (patch)
treef0692ebd9219ae6c7b92d34f121b29416de7c479
parentDoxygen Awesome Fork URL Fix (diff)
downloadsingleapplication-17682763501523b9704930cd9c6990795bec77e4.tar.xz
URL correction now performed in the GH pages deployment
-rw-r--r--.github/workflows/doxygen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml
index c47f809..6208b07 100644
--- a/.github/workflows/doxygen.yml
+++ b/.github/workflows/doxygen.yml
@@ -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