mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 21:23:41 +00:00
doxygen deploy action
This commit is contained in:
parent
c570c6038d
commit
3ff964c93a
23
.github/workflows/doxygen.yaml
vendored
Normal file
23
.github/workflows/doxygen.yaml
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- documentation
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Action Doxygen and GitHub Pages
|
||||||
|
id: ghaction
|
||||||
|
uses: AgarwalSaurav/ghaction-doxygen-ghpages@v2.0.0
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
working-directory: .
|
||||||
|
doxyfile-path: Doxyfile
|
||||||
|
html-output-folder: docs/html
|
||||||
|
branch: gh-pages
|
||||||
Loading…
x
Reference in New Issue
Block a user