Skip to content

🔧 config: Added a .clangd-format to make the code style standa… #4

🔧 config: Added a .clangd-format to make the code style standa…

🔧 config: Added a .clangd-format to make the code style standa… #4

Workflow file for this run

on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Action Doxygen and GitHub Pages
id: ghaction
uses: AgarwalSaurav/ghaction-doxygen-ghpages@release/v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
working-directory: .
doxyfile-path: Doxyfile
html-output-folder: docs/html
branch: gh-pages