Skip to content

Fix workflow branch references #1

Fix workflow branch references

Fix workflow branch references #1

Workflow file for this run

name: Build Documentation
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Documentation
uses: mattnotmitt/doxygen-action@v1.2.1