Skip to content

Allow deploying to GitHub Pages manually #2

Allow deploying to GitHub Pages manually

Allow deploying to GitHub Pages manually #2

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