Skip to content

Commit

Permalink
docs: add github actions to deploy document using doxygen (#33)
Browse files Browse the repository at this point in the history
* chore: add github actions to deploy document using doxygen

Signed-off-by: ktro2828 <[email protected]>

* docs: update README

Signed-off-by: ktro2828 <[email protected]>

---------

Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 authored Aug 16, 2024
1 parent 71b8025 commit 2d06736
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/doxygen-gh-pages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: doxygen-github-pages

on:
push:
branches:
- main
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs/html
config_file: Doxyfile
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# AWViz ROS
# AWViz-ROS

AWViz offers a 3D ROS viewer for [Autoware](https://autoware.org) powered by [Rerun](https://rerun.io).
AWViz-ROS features a ROS 3D viewer for [Autoware](https://autoware.org) powered by [Rerun](https://rerun.io).

<div align="center">
<img src="./docs/images/awviz-viewer.png" alt="awviz-viewer">
</div>

## Build & Run

Expand Down
8 changes: 6 additions & 2 deletions docs/MAIN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# AWViz ROS {#mainpage}
# AWViz-ROS {#mainpage}

AWViz offers a 3D ROS viewer for [Autoware](https://autoware.org) powered by [Rerun](https://rerun.io).
AWViz-ROS features a ROS 3D viewer for [Autoware](https://autoware.org) powered by [Rerun](https://rerun.io).

<div align="center">
<img src="./images/awviz-viewer.png" alt="awviz-viewer">
</div>

## Build & Run

Expand Down
Binary file added docs/images/awviz-viewer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d06736

Please sign in to comment.