Skip to content

Update Doxygen workflow, fix spelling in docs #2

Update Doxygen workflow, fix spelling in docs

Update Doxygen workflow, fix spelling in docs #2

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- uses: mattnotmitt/doxygen-action@edge
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: upa-url/docs
publish_dir: ./doc/html