Skip to content

Commit 0553372

Browse files
committed
Deploy documentation to GitHub pages
1 parent f49f8c6 commit 0553372

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SPDX-FileCopyrightText: 2021-2024 Jonah Lawrence
2+
# SPDX-License-Identifier: MIT
3+
name: Doxygen GitHub Pages Deploy Action
4+
5+
on:
6+
push:
7+
branches:
8+
- main
9+
10+
jobs:
11+
deploy:
12+
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
15+
steps:
16+
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
17+
with:
18+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)