Make it so we can compile with JUCE 801 or 802 (#1397) #188
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |