From 630558db4812ea4d97fc5f99574e7c600ef05d64 Mon Sep 17 00:00:00 2001 From: Ryan Friedman Date: Fri, 19 Jan 2024 20:52:20 -0700 Subject: [PATCH] Remove pages deployment * Too many bugs, just a distraction from the real work at hand Signed-off-by: Ryan Friedman --- .github/workflows/doxygen_deploy.yml | 19 ------------------- README.md | 3 --- 2 files changed, 22 deletions(-) delete mode 100644 .github/workflows/doxygen_deploy.yml diff --git a/.github/workflows/doxygen_deploy.yml b/.github/workflows/doxygen_deploy.yml deleted file mode 100644 index 94d7ea5..0000000 --- a/.github/workflows/doxygen_deploy.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Doxygen Deploy to GH Pages -on: - push: - branches: - - 'ros2' - -jobs: - build: - runs-on: ubuntu-latest - strategy: - fail-fast: false - permissions: - contents: write - steps: - - uses: ./.github/workflows/doxygen_build.yml - - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./html \ No newline at end of file diff --git a/README.md b/README.md index f1653c5..65da8a6 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,3 @@ source install/setup.bash ros2 launch grid_map_geo load_tif_launch.xml ``` -## API Documentation - -Documentation for the C++ API in grid_map_geo is [here](https://ethz-asl.github.io/grid_map_geo/index.html). \ No newline at end of file