mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 12:15:43 +08:00
Merge pull request #157 from itay-grudev/doxygen-deploy-fix
Bug Fix: Typo in Doxygen deploy workflow step
This commit is contained in:
commit
bfc5d1c8a5
5
.github/workflows/doxygen.yml
vendored
5
.github/workflows/doxygen.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user