Skip to content

Add new action to deploy to GitHub Pages #4

Add new action to deploy to GitHub Pages

Add new action to deploy to GitHub Pages #4

# SPDX-FileCopyrightText: 2021-2024 Jonah Lawrence
# SPDX-License-Identifier: MIT
name: Doxygen GitHub Pages Deploy Action
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
folder: doc/html