-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): add doxygen generator action
- Loading branch information
1 parent
7b23dda
commit a36c45f
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
Submodule doxygen-awesome-css
added at
a3c119
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: Doxygen GitHub Pages Deploy Action | ||
|
||
on: | ||
push: | ||
branches: [ '*' ] | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
config_file: Doxyfile.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule ".github/doxygen-awesome-css"] | ||
path = .github/doxygen-awesome-css | ||
url = https://github.com/jothepro/doxygen-awesome-css.git |