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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user