Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade doxygen to fix C API docs build issue #13950

Merged
merged 56 commits into from
Feb 3, 2023
Merged
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
5b6f915
Update libclang version for building C/C++ API docs
natke Dec 10, 2022
8d92821
Temporarily add a workflow dispatch
natke Dec 10, 2022
b4a8c7f
Fix capidocs (#43)
natke Dec 10, 2022
b5a93cc
Fix libclang-cpp too
natke Dec 10, 2022
8a37764
Fix libclang-cpp again
natke Dec 10, 2022
13d921d
Upgrade doxygen
natke Dec 10, 2022
c7ff6b7
Upgrade doxygen again
natke Dec 10, 2022
0fa6f4e
Upgrade doxygen yet again
natke Dec 10, 2022
14a6f8b
Update Doxygen config
natke Dec 10, 2022
6e16443
Temporarily disable warning as error to test remainder of workflow
natke Dec 10, 2022
44e9439
Add path to upload-pages-artifact
natke Dec 10, 2022
91bd091
Remove doxygen binaries after using
natke Dec 10, 2022
e784893
Build docs with jekyll
natke Dec 12, 2022
55923c9
Debug build
natke Dec 12, 2022
9514b58
Debug build 2
natke Dec 12, 2022
6ffdcb7
Debug build 3
natke Dec 12, 2022
ca49706
Move C API docs into the right output area and clean up unused artifacts
natke Dec 12, 2022
3c46e53
Permission to remove old C API docs
natke Dec 12, 2022
def4d55
Permission to move new api docs
natke Dec 12, 2022
68bbf54
More permissions
natke Dec 12, 2022
e8e25cd
Debug
natke Dec 12, 2022
b206983
More permissions
natke Dec 12, 2022
2347992
Update site dir
natke Dec 12, 2022
51ef621
Update upload pages version
natke Dec 12, 2022
d35f7a9
Remove quotes from artifact upload path
natke Dec 12, 2022
c697261
Re order jekyll generation
natke Dec 12, 2022
3f2006a
Debug
natke Dec 12, 2022
92ce85d
Clean repo after gh-pages checkout
natke Dec 12, 2022
ef7c9ef
Create API docs dir
natke Dec 12, 2022
b1904c2
Upload API artifact before checking out gh-pages
natke Dec 12, 2022
82d187a
Name upload and download artifact actions
natke Dec 12, 2022
c6e4be3
Add params to upload and download artifact
natke Dec 12, 2022
1eb4e35
Create pages.yml
natke Dec 12, 2022
4f9a8af
Add deploy as a separate step
natke Dec 12, 2022
b685b6a
Debug after download artifact
natke Dec 12, 2022
d537985
Correct attribute of download artifact
natke Dec 12, 2022
6eddd9a
Remove debug and add an explicit pages.yml file
natke Dec 12, 2022
ba3f05a
Re set WARN_AS_ERROR to true
natke Dec 12, 2022
d508c7d
Restrict running workflow to files containing C/C++ API sources
natke Dec 13, 2022
357d8b4
Merge branch 'main' of github.com:microsoft/onnxruntime into fix-capi…
natke Dec 13, 2022
150855c
Merge branch 'main' into fix-capidocs
natke Dec 14, 2022
ddb0945
Remove the pages.yml workflow as this should be in the gh-pages branch
natke Dec 15, 2022
4b24a4e
Merge branch 'fix-capidocs' of github.com:natke/onnxruntime into fix-…
natke Dec 15, 2022
37778ed
Revert workflow changes. Keep doxygen upgrade
natke Feb 1, 2023
49fb4b5
Keep set commit ID as part of revert
natke Feb 1, 2023
cc4dbb4
Revert upload artifact
natke Feb 1, 2023
036cadd
Revert job rename
natke Feb 1, 2023
9a3ef72
Temporarily disable treating warnings as errors
natke Feb 1, 2023
bdd62f9
Revert clean gh-pages checkout
natke Feb 1, 2023
d9ed01c
Sdd debug
natke Feb 2, 2023
2343547
Re-enable WARN_AS_ERROR
natke Feb 2, 2023
3e17260
Merge branch 'main' of github.com:microsoft/onnxruntime into fix-capi…
natke Feb 2, 2023
13d8917
Update onnxruntime_c_api.h
RyanUnderhill Feb 2, 2023
d0154d6
Upgrade doxygen to 1.9.6
natke Feb 3, 2023
9f1f0a7
Remove doxygen version from HTML header
natke Feb 3, 2023
8b1f07d
Use unique branch name for API docs PR
natke Feb 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Restrict running workflow to files containing C/C++ API sources
  • Loading branch information
natke committed Dec 13, 2022
commit d508c7d89dc95cf79d839843c74051986a747722
2 changes: 2 additions & 0 deletions .github/workflows/publish-c-apidocs.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@ on:
push:
branches:
- main
paths:
- include/onnxruntime/core/session

workflow_dispatch: