mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 07:53:43 +00:00
Switched to different action
This commit is contained in:
parent
6f22ffd013
commit
9733a21530
22
.github/workflows/doxygen.yaml
vendored
22
.github/workflows/doxygen.yaml
vendored
@ -1,8 +1,9 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- documentation
|
||||
branches: [ main, documentation ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
@ -12,12 +13,13 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Action Doxygen and GitHub Pages
|
||||
id: ghaction
|
||||
uses: AgarwalSaurav/ghaction-doxygen-ghpages@v2.0.0
|
||||
with:
|
||||
submodules: 'true' # might need recursive, tbd
|
||||
- name: Doxygen Action
|
||||
uses: mattnotmitt/doxygen-action@v1.1.0
|
||||
# defaults to ./Doxygen
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
doxyfile-path: Doxyfile
|
||||
working-directory: .
|
||||
html-output-folder: docs/html
|
||||
branch: gh-pages
|
||||
publish_dir: ./docs/html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user