Skip to content

Bump the project version from 1.5.4 to 1.6.0 (#485) #103

Bump the project version from 1.5.4 to 1.6.0 (#485)

Bump the project version from 1.5.4 to 1.6.0 (#485) #103

name: Doxygen GitHub Pages Deploy Action Producer C SDK
on:
push:
branches:
- master
- develop
jobs:
generate-and-deploy-doxygen:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install requirements
run: sudo apt-get install doxygen graphviz -y
shell: bash
- name: Generate Doxygen Documentation
run: doxygen Doxyfile
shell: bash
- name: Deploy
uses: JamesIves/[email protected]
with:
folder: doc/html
branch: gh-pages