Merge pull request #157 from itay-grudev/doxygen-deploy-fix

Bug Fix: Typo in Doxygen deploy workflow step
This commit is contained in:
Itay Grudev 2022-06-07 17:33:09 +03:00 committed by GitHub
commit bfc5d1c8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@ name: "Documentation"
on: on:
push: push:
branches: branches:
- 'main'
- 'master' - 'master'
jobs: jobs:
@ -25,10 +24,6 @@ jobs:
cmake --build build --target SingleApplicationDocumentation cmake --build build --target SingleApplicationDocumentation
- name: Deploy to GitHub pages - name: Deploy to GitHub pages
on:
branches:
- master
uses: crazy-max/ghaction-github-pages@v3 uses: crazy-max/ghaction-github-pages@v3
with: with:
target_branch: gh-pages target_branch: gh-pages