Skip to content

fix publish path

fix publish path #3

Workflow file for this run

name: docs
on:
# workflow_dispatch:
push:
# branches:
# - main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mattnotmitt/[email protected]
with:
doxyfile-path: ./Doxyfile
- uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doxydoc/html