Skip to content

Upgrade clap wrapper to fix ardour and update about screen (#1104) #22

Upgrade clap wrapper to fix ardour and update about screen (#1104)

Upgrade clap wrapper to fix ardour and update about screen (#1104) #22

name: Publish Doxygen
on:
workflow_dispatch:
push:
branches:
- main
jobs:
publish_doxygen:
name: Publish Doxygen
runs-on: ubuntu-latest
steps:
- name: Publish Doxygen
uses: surge-synthesizer/sst-githubactions/publish-doxygen@main
with:
destination: ${{ github.event.repository.name }}
token: ${{ secrets.SST_DOCS_ACCESS_TOKEN }}