Skip to content

by default use capacitor on vcp #34

by default use capacitor on vcp

by default use capacitor on vcp #34

Workflow file for this run

name: doxygen
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run doxygen
uses: mattnotmitt/doxygen-action@v1
with:
doxyfile-path: "./.github/workflows/DoxyFile"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html