aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2022-06-07 17:33:09 +0300
committerGitHub <noreply@github.com>2022-06-07 17:33:09 +0300
commitbfc5d1c8a59f4efff7c5c97b572bd52cd1fd7b4c (patch)
tree9863e0beea627ba2427bef34e129cbadb3949d8c
parentMerge pull request #155 from itay-grudev/doxygen (diff)
parentUpdate doxygen.yml (diff)
downloadsingleapplication-bfc5d1c8a59f4efff7c5c97b572bd52cd1fd7b4c.tar.xz
Merge pull request #157 from itay-grudev/doxygen-deploy-fix
Bug Fix: Typo in Doxygen deploy workflow step
-rw-r--r--.github/workflows/doxygen.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml
index c47f809..3e3da7c 100644
--- a/.github/workflows/doxygen.yml
+++ b/.github/workflows/doxygen.yml
@@ -3,7 +3,6 @@ name: "Documentation"
on:
push:
branches:
- - 'main'
- 'master'
jobs:
@@ -25,10 +24,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