diff --git a/.github/workflows/doxygen-and-deploy.yml b/.github/workflows/doxygen-and-deploy.yml new file mode 100644 index 0000000..dcf9e69 --- /dev/null +++ b/.github/workflows/doxygen-and-deploy.yml @@ -0,0 +1,18 @@ +name: Doxygen GitHub Pages Deploy Action + +on: + push: + branches: + - main + workflow_dispatch: + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - uses: DenverCoder1/doxygen-github-pages-action@v1.3.0 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + branch: gh-pages + folder: docs/html + config_file: Doxyfile