aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2022-06-07 16:55:50 +0300
committerGitHub <noreply@github.com>2022-06-07 16:55:50 +0300
commit916602515c47cea2e77a17d3cf91dcc8505e4c36 (patch)
tree4cd01c96e967e8e389632482b8484c9e6cc2ba04 /.github
parentMerge pull request #155 from itay-grudev/doxygen (diff)
downloadsingleapplication-916602515c47cea2e77a17d3cf91dcc8505e4c36.tar.xz
Bug Fix: Typo in Doxygen deploy workflow step
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/doxygen.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml
index c47f809..1d8883b 100644
--- a/.github/workflows/doxygen.yml
+++ b/.github/workflows/doxygen.yml
@@ -25,10 +25,6 @@ jobs:
cmake --build build --target SingleApplicationDocumentation
- name: Deploy to GitHub pages
- on:
- branches:
- - master
-
uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: gh-pages