Skip to content

Give teh AHDSR an option to attack straight to hold (#131) #7

Give teh AHDSR an option to attack straight to hold (#131)

Give teh AHDSR an option to attack straight to hold (#131) #7

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 }}