Skip to content

Make it so we can compile with JUCE 801 or 802 (#1397) #188

Make it so we can compile with JUCE 801 or 802 (#1397)

Make it so we can compile with JUCE 801 or 802 (#1397) #188

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 }}
configdir: doc/doxygen