aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2022-06-09 16:11:04 +0300
committerGitHub <noreply@github.com>2022-06-09 16:11:04 +0300
commit8f0a1ccc98eb84b709ed3fda2e9e47859d0d4212 (patch)
tree796343512d29c66451d465252b849377cfb87043
parentMerge pull request #159 from itay-grudev/doxygen-awesome-fork-url-fix (diff)
parentAuto-merge conflict resaolution restored old invalid code (diff)
downloadsingleapplication-8f0a1ccc98eb84b709ed3fda2e9e47859d0d4212.tar.xz
Merge pull request #160 from itay-grudev/itay-grudev-patch-1
Bug Fix: Auto-merge conflict resaolution restored old invalid code
-rw-r--r--.github/workflows/doxygen.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml
index 19bd8c9..d95226d 100644
--- a/.github/workflows/doxygen.yml
+++ b/.github/workflows/doxygen.yml
@@ -25,9 +25,6 @@ jobs:
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