Add a simple workflow for updating HTML docs online
Run doxygen and copy the generated files to docs.wxwidgets.org. Ignore the new workflow in all the existing CI ones, as changes to it shouldn't require rerunning them. See #19126.
This commit is contained in:
parent
7769894304
commit
7e45373e16
6 changed files with 50 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -11,6 +11,7 @@ on:
|
|||
- '.github/workflows/ci_cmake.yml'
|
||||
- '.github/workflows/ci_msw.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- '.github/workflows/docs_update.yml'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
|
|
@ -31,6 +32,7 @@ on:
|
|||
- '.github/workflows/ci_cmake.yml'
|
||||
- '.github/workflows/ci_msw.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- '.github/workflows/docs_update.yml'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue