Skip to content

Bump codecov/codecov-action from 4 to 5 (#689) #152

Bump codecov/codecov-action from 4 to 5 (#689)

Bump codecov/codecov-action from 4 to 5 (#689) #152

Workflow file for this run

name: Generate Doxygen
on:
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Generate Docs
uses: mattnotmitt/doxygen-action@v1.9.8
- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html