Skip to content

Update version: 1.6.0 #3

Update version: 1.6.0

Update version: 1.6.0 #3

Workflow file for this run

name: Doxygen Deploy
on:
workflow_dispatch:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Doxygen Action
uses: mattnotmitt/[email protected]
with:
additional-packages: plantuml
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: html
token: ${{ secrets.TOKEN_CPPELIB_DOCS }}
repository-name: katono/cppelib-docs
branch: master