Skip to content

Commit

Permalink
fix: fix github pages not working
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Jun 21, 2024
1 parent e13e24b commit c732193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,7 @@ jobs:
- name: Generate native library documentation
working-directory: bindings/native/docs
run: |
doxygen
node docgen.mjs
mv ./html ../../../native_docs
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion bindings/native/decancer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2742,4 +2742,4 @@ extern "C" {
#ifdef __cplusplus
} // extern "C"
#endif
#endif
#endif

0 comments on commit c732193

Please sign in to comment.